Replies: 5 comments 2 replies
-
I also get this error when I try to run
|
Beta Was this translation helpful? Give feedback.
-
I had a hard time finding TypeScript users during the testing phase so I can definitely help you out through this if you don't mind feeding me a little... I'm in a meeting right now but I can get back to you later. |
Beta Was this translation helpful? Give feedback.
-
absolutely, i want this fixed as much as you do. |
Beta Was this translation helpful? Give feedback.
-
Turns out I forgot what my code was doing when I decided to migrate I am actually trying to access the event that is triggered when devices are connected or disconnected. However, im still debugging to resolve any issues I might have. |
Beta Was this translation helpful? Give feedback.
-
Version 3.0.9 includes an updated version of the TypeScript declaration file which resolve outstanding issues with TypeScript. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A lot of stuff seems to be broken for me, I hope you don't mind helping me through this. Fixes might have a cascading effect so rather than detailing every problem I would prefer to work them out one by one.
here
WebMidi.inputs
is resolving toany[]
this is a problem because input is being cast to a
string
and then nothing can be done with it (as far as typescript is concerned)what i am trying to do is add a listener for both of the
connected
anddisconnected
events that were present in 2.5Beta Was this translation helpful? Give feedback.
All reactions