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
In the BaseControllerV2.ts, the messenger type has been defined starting with a small letter. The type needs to start with a capital. To fix this, messenger has to be renamed to Messenger.
The text was updated successfully, but these errors were encountered:
In the BaseControllerV2.ts, the
messenger
type has been defined starting with a small letter. The type needs to start with a capital. To fix this,messenger
has to be renamed toMessenger
.The text was updated successfully, but these errors were encountered: