Replies: 1 comment
-
I got it working by removing the explicit usage of $app! I suspect other components will use the dreaded $app. But for now, onward! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I attempted to integrate svelte-sidebar-menu into a working LiveSvelte app but I'm getting errors about $app not existing. $app is provided by Svelte-Kit. Is it possible for a Phoenix app to emulate a Svelte-Kit app?
How to reproduce:
nvm i; mix setup; mix phx.server
Beta Was this translation helpful? Give feedback.
All reactions