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: search component to client side only for svelte #268

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zulfikarmuzakir
Copy link

Description

This pull request fixes the issue where the search component was missing in production.

Changes Made

  • Replaced client:load with client:only="svelte" when rendering the search component to ensure proper loading in production.

Related Issue

Fixes #253

Update search component to only be client side for svelte.
Copy link

vercel bot commented Dec 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fuwari-yags ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 27, 2024 0:34am

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.

Search component missing from PROD environment
1 participant