Extra info/tips for options pages #588
AntonOfTheWoods
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The default vite
index.html
uses<script type="module" src="index.tsx"></script>
for getting the script to run but this seems to be ignored, or at least silently fail for an options page.<script type="module" src="./index.tsx"></script>
seems to work as expected. This took a while to find and might be good to put somewhere in the docs if it is the expected behaviour. I can submit a change if that is appropriate!Beta Was this translation helpful? Give feedback.
All reactions