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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
turns out this bug is ours: https://anvil.works/forum/t/pagebreak-component-not-working-after-anvil-update/9754/3
It's todo with our HTML being invalid and an Anvil update. Basically self closing tags are invalid but they were previously parsed.
todo:
(When I fix the html for the pagebreak it works again)
The text was updated successfully, but these errors were encountered:
Make sure all our tags close that should close - jQuery 3.5 updates - h…
0c63c3d
…ttps://jquery.com/upgrade-guide/3.5/#description-of-the-change - address #142
s-cork
Successfully merging a pull request may close this issue.
turns out this bug is ours:
https://anvil.works/forum/t/pagebreak-component-not-working-after-anvil-update/9754/3
It's todo with our HTML being invalid and an Anvil update.
Basically self closing tags are invalid but they were previously parsed.
todo:
(When I fix the html for the pagebreak it works again)
The text was updated successfully, but these errors were encountered: