You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a page where I don't even load ninja-keys. It's a fairly static page to only display text, and never have user interaction on it.
However, since ninja keys is added in to my main.js build, this line still seems to get ran. I think that's mainly where that error is being thrown because it seems that since ninja-keys doesn't exist on this page, there's no inputRef to hook in to.
I think this should be fairly easy to duplicate. Add a page that includes the ninja-keys import, but don't actually add the <ninja-keys /> tag. Along with nothing else on the page.
The text was updated successfully, but these errors were encountered:
Related to #34
I have a page where I don't even load ninja-keys. It's a fairly static page to only display text, and never have user interaction on it.
However, since ninja keys is added in to my main.js build, this line still seems to get ran. I think that's mainly where that error is being thrown because it seems that since ninja-keys doesn't exist on this page, there's no inputRef to hook in to.
I think this should be fairly easy to duplicate. Add a page that includes the ninja-keys import, but don't actually add the
<ninja-keys />
tag. Along with nothing else on the page.The text was updated successfully, but these errors were encountered: