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
Version: latest
Describe the bug
The writable store (https://github.com/authorizerdev/authorizer-svelte/blob/main/src/lib/store/index.ts) does not specify a type.
Expected behavior
The data returned when subscribing to the store should be of the type AuthorizerState.
Screenshots
Current state of the store:
The text was updated successfully, but these errors were encountered:
Merge pull request #22 from peter-wd-1/main
87a68aa
Fix error : AuthorizerProvider should know it can accept childe components
It now has type. This can be closed.
Sorry, something went wrong.
No branches or pull requests
Version: latest
Describe the bug
The writable store (https://github.com/authorizerdev/authorizer-svelte/blob/main/src/lib/store/index.ts) does not specify a type.
Expected behavior
The data returned when subscribing to the store should be of the type AuthorizerState.
Screenshots
Current state of the store:
The text was updated successfully, but these errors were encountered: