I'm trying to use react-h5-audio-player in a storybook, but I'm getting an 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#loaders
I'm trying:
import { Player } from '../src/components/Player/Player'
export default {
title: 'Player'
}
export const Player_example = () =\> \<Player /\>