You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is in context with #369
There are only documentation changes in the above pr still the verify typescript fails. The logs on my local are shown below.
The Linting passes on my local, but it fails on GitHub. Here are the logs
comment: The reason for verify typescript is that _state , _defaultSynth and _polySynth from Voice.tsx are imported from singer.ts but they are not exported from singer.ts @walterbender Take a look on this and tell me how should I proceed!
The text was updated successfully, but these errors were encountered:
I think you should make them exportable as per your earlier PR (but as a separate PR). But while you are doing that you should remove the _ from the variable names as they are not internal.
This issue is in context with #369
There are only documentation changes in the above pr still the verify typescript fails. The logs on my local are shown below.
The Linting passes on my local, but it fails on GitHub. Here are the logs
comment: The reason for verify typescript is that _state , _defaultSynth and _polySynth from Voice.tsx are imported from singer.ts but they are not exported from singer.ts
@walterbender Take a look on this and tell me how should I proceed!
The text was updated successfully, but these errors were encountered: