-
Notifications
You must be signed in to change notification settings - Fork 197
note-parser not working when using as a library in another project #45
Comments
I think this is a note-parser package issue. I had to move the entire react-music src/ folder to inside of my react project and had to switch out all the and now it seems like it's working! Not elegant but a workaround for now. Inside my apps
Inside Monosynth, Synth
|
It's not the right solution but it works temporarily for me if I change line 128 in node_modules/react-music/lib/components/synth from this:
to this:
_noteParser2.default is undefined Would be nice if that could be fixed in a new release. |
Is there an update on this? |
1 similar comment
Is there an update on this? |
This worked for me 👍! |
Hi!
Synthesizers work great for me in the demo project. However, when I add react-music as a dependency to another project, I'm unable to use Synth or Monosynth, seemingly because of an error using note-parser:
The Sampler instrument works fine.
The text was updated successfully, but these errors were encountered: