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 my project i want to access OneSignal.User.externalId as mentioned in the documentation . but i got types error Property 'externalId' does not exist on type 'IOneSignalUser'
then i check the d.ts inside the package, seems like it missing the property definition. would you immediately update the package?
What browsers are you seeing the problem on?
Firefox, Chrome (Chromium)
What operating system are you running?
macOS 12.7.5
Steps to reproduce?
1. install @onesignal/onesignal-vue32. init using the plugin in main.ts
3. access the property OneSignal.User.externalId
4. then it show the error **Property 'externalId' does not exist on type 'IOneSignalUser'**
What did you expect to happen?
I expected the type definition and show no error
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
What happened?
Hi, i'm using the latest @onesignal/onesignal-vue3
in my project i want to access OneSignal.User.externalId as mentioned in the documentation . but i got types error Property 'externalId' does not exist on type 'IOneSignalUser'
then i check the d.ts inside the package, seems like it missing the property definition. would you immediately update the package?
What browsers are you seeing the problem on?
Firefox, Chrome (Chromium)
What operating system are you running?
macOS 12.7.5
Steps to reproduce?
What did you expect to happen?
I expected the type definition and show no error
Relevant log output
No response
The text was updated successfully, but these errors were encountered: