ssleptsov / ninja-keys

Keyboard shortcuts interface for your website. Working with static HTML, Vanilla JS, Vue, React, Svelte.
https://ninja-keys-demo.vercel.app/
MIT License
1.65k stars 60 forks source link

Svelte example broken #42

Open janosh opened 1 year ago

janosh commented 1 year ago

The Codesandbox for Svelte integration currently errors with

Error Function called outside component initialization

Screenshot 2023-02-12 at 15 10 25
niazangels commented 1 year ago

Hey, I have the same issue- any idea how to solve this?

N-NeelPatel commented 1 year ago

@janosh , @niazangels - In the svelte example the svelte is used as a dependency, try using it as a devDependency (ref: https://github.com/sveltejs/sapper/issues/592#issuecomment-469924549).