We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This page says to do this
htmx.config.allowEval = false;
But TypeScript is not allowing me to do that.
Cannot assign to 'allowEval' because it is a read-only property.ts(2540)
I know tags can be used but I want to keep the htmx setup in the same file and not have bits all over the place.
The text was updated successfully, but these errors were encountered:
Hey, I'm closing this as duplicate of #2850. PR #2853 fixes it and will be in the next htmx release
Sorry, something went wrong.
Sorry I did search. I guess I wasn't using the same terms as in that issue. Thank you.
No worries!
No branches or pull requests
This page says to do this
But TypeScript is not allowing me to do that.
I know tags can be used but I want to keep the htmx setup in the same file and not have bits all over the place.
The text was updated successfully, but these errors were encountered: