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
Hello,
The signature of the createVOISynchronizer function is incorrect. The options should be optional because they are assingned in the body of the function but currently they are required so Typescript throw an error when we don't provide them.
Steps to Reproduce
Use the createVOISynchronizer function with typescript
Describe the Bug
Hello,
The signature of the createVOISynchronizer function is incorrect. The options should be optional because they are assingned in the body of the function but currently they are required so Typescript throw an error when we don't provide them.
Steps to Reproduce
Use the createVOISynchronizer function with typescript
The current behavior
The expected behavior
OS
macOs
Node version
21.7.3
Browser
All
The text was updated successfully, but these errors were encountered: