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
Work on making this fully compatible with typescript including some type definitions for the data, so that it can be incorporated into typescript apps running on nextjs.
Being able to access the connector.on("chat", (data) => console.log(data)) is great, but being able to see all the possible returned options on the data object from the chat event would be massively helpful for working with this package.
Instead of manually defining the types of the events used every time this package is implemented into a typescript app. Some apps are failing to compile due to lack of type definitions from this package.
The text was updated successfully, but these errors were encountered:
Work on making this fully compatible with typescript including some type definitions for the data, so that it can be incorporated into typescript apps running on nextjs.
Being able to access the connector.on("chat", (data) => console.log(data)) is great, but being able to see all the possible returned options on the data object from the chat event would be massively helpful for working with this package.
Instead of manually defining the types of the events used every time this package is implemented into a typescript app. Some apps are failing to compile due to lack of type definitions from this package.
The text was updated successfully, but these errors were encountered: