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

Upgrade to svelte 5 #30

Merged
merged 7 commits into from
Nov 3, 2024
Merged

Upgrade to svelte 5 #30

merged 7 commits into from
Nov 3, 2024

Conversation

shivan-s
Copy link
Owner

@shivan-s shivan-s commented Nov 2, 2024

Closes #28

Copy link

cloudflare-workers-and-pages bot commented Nov 2, 2024

Deploying pole-academy with  Cloudflare Pages  Cloudflare Pages

Latest commit: f914009
Status: ✅  Deploy successful!
Preview URL: https://843b5101.pole-signoff.pages.dev
Branch Preview URL: https://issue-28.pole-signoff.pages.dev

View logs

@@ -1,5 +1,15 @@
<formset {...$$restProps}>
<slot />
<script>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Convert to TS

@@ -1,4 +1,14 @@
<h1 {...$$restProps}><slot /></h1>
<script>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Convert to TS

@@ -1,4 +1,14 @@
<h2 {...$$restProps}><slot /></h2>
<script>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Convert to the TS

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.

Consider looking into upgrading the svelte 5
1 participant