Skip to content
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

fix: wrong query params splitting when resolving icon id #339

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

userquin
Copy link
Member

@userquin userquin commented Jan 7, 2024

Description

When splitting the query params from the icon id there is an additional ?, we must use queryIndex + 1.

This PR also updates to SvelteKit 2 the example and updates a raw icon to use width/height with 4.25em.

Linked Issues

closes #338

Additional context

Copy link

stackblitz bot commented Jan 7, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

New and updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
svelte-check 3.6.2 None +1 40.9 MB svelte-language-tools-deploy
typescript 5.3.3 None +0 32 MB typescript-bot
@sveltejs/kit 1.27.5...2.0.6 None +0/-0 703 kB svelte-admin

@antfu antfu merged commit 988135f into main Jan 8, 2024
2 checks passed
@antfu antfu deleted the userquin/fix-kit-and-raw-query branch January 8, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to use ?raw in SvelteKit
2 participants