This might be a React 19 / Next.js 15 thing, but I'm now getting the following error when I import react-audio-player:
Cannot read properties of undefined (reading 'ReactCurrentDispatcher')
This happens with and without Next.js 15's new --turbo mode in dev. It happens after the site has been built, too.
It happens even with a completely fresh Next.js installation with nothing but AudioPlayer in use.