We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The docs says the second argument id in .postLocalNotification is optional, but I'm getting error.
id
.postLocalNotification
Notifications.d.ts(26, 55): An argument for 'id' was not provided.
The text was updated successfully, but these errors were encountered:
Same issue here. The optional parameters are marked as required!
required
Sorry, something went wrong.
Make notification id optional fixes wix#703
f02466d
509d349
Make notification id optional fixes wix#703 (wix#709)
c79e0d6
Makes the id optional when posting a local notification.
No branches or pull requests
The docs says the second argument
id
in.postLocalNotification
is optional, but I'm getting error.Notifications.d.ts(26, 55): An argument for 'id' was not provided.
The text was updated successfully, but these errors were encountered: