Estoy tratando de usar react-h5-audio-player en un libro de cuentos, pero recibo un error:
ERROR in ./node_modules/react-h5-audio-player/node_modules/@iconify/react/dist/iconify.mjs 99:21 Module parse failed: Unexpected token (99:21) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loadersLo estoy intentando:
import { Player } from '../src/components/Player/Player' export default { title: 'Player' } export const Player_example = () =\> \<Player /\>