Replies: 2 comments
-
@reconbot Did you get a chance to look at this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was actually a problem in our application code, which had the following conflicting definition: declare module '@serialport/binding-mock'; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I change all the
MockBindingInterface
totypeof MockBindingInterface
, it compiles. The same issue is present for10.5.0
and11.0.0
(from NPM, not GitHub). Is there something I'm missing here?Beta Was this translation helpful? Give feedback.
All reactions