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
Describe the bug hasContext is not exported from src/runtime/index.ts.
hasContext
src/runtime/index.ts
Logs N/A
To Reproduce Attempt to import { hasContext } from 'svelte';.
import { hasContext } from 'svelte';
REPL
Expected behavior I should be able to import the newly added hasContext lifecycle function.
Stacktraces N/A
Information about your Svelte project: N/A
Severity Mild annoyance.
Additional context This feature is brand new, so the export was likely just overlooked.
The text was updated successfully, but these errors were encountered:
Oops! This should be good to go in 3.30.1.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
hasContext
is not exported fromsrc/runtime/index.ts
.Logs
N/A
To Reproduce
Attempt to
import { hasContext } from 'svelte';
.REPL
Expected behavior
I should be able to import the newly added
hasContext
lifecycle function.Stacktraces
N/A
Information about your Svelte project:
N/A
Severity
Mild annoyance.
Additional context
This feature is brand new, so the export was likely just overlooked.
The text was updated successfully, but these errors were encountered: