-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat: add reactive URL object to svelte/reactivity #11157
New issue
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
feat: add reactive URL object to svelte/reactivity #11157
Conversation
🦋 Changeset detectedLatest commit: f55ad91 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -1,5 +1,5 @@ | |||
<script> | |||
import { Date } from 'svelte/reactivity'; | |||
import { URL } from 'svelte/reactivity'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this was changed by accident
baedc06
to
4d23a6a
Compare
Gah, in the process of making |
awesome work! |
This adds a reactive URL object that can be used within Svelte 5. Idea originally from #10263
Before submitting the PR, please make sure you do the following
feat:
,fix:
,chore:
, ordocs:
.Tests and linting
pnpm test
and lint the project withpnpm lint