slnsw / react-sheet-music

Interactive sheet music component in React
MIT License
38 stars 9 forks source link

Rendering the component yields Error #15

Open bali182 opened 2 years ago

bali182 commented 2 years ago

I can't really sum the issue better, this is all my code:

import React from 'react'
import { render } from 'react-dom'
import SheetMusic from '@slnsw/react-sheet-music'

render(
  <div>
    <SheetMusic notation="|EGBF|" bpm={100} className="test" isPlaying={false} />
  </div>,
  document.getElementById('root')
)

And get this error: Képernyőkép 2021-12-05 232519

crysfel commented 8 months ago

I have the same problem, did you figure it out?

mlava commented 1 week ago

Has anyone figured this issue out? I am also facing it