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
First off, thanks for all your amazing work to build and support this Gem, its been a massive boon scaffolding out my recent project. I saw this issue pop up when trying to integrate popovers into my app.
Repro Steps
Create new app:
rails new modal_stimulus --css tailwind --skip-action-mailbox --skip-jbuilder -j esbuild
I looked into this issue. The DOMException or AbortError is coming from the finished promise being implicitly canceled for some reason. I don't know why.
This is also happening to the Alert component on the example page. In Chrome, the error causes the alert component to not slide in properly. In Firefox, the component errors, but at least the animation works.
What is interesting about the Alert component is if you remove the translate-x-(0|full) classes and leave the opacity transition. It doesn't produce an AbortError. 🤷♂️
This won't error, but the translate-x stuff alone will.
First off, thanks for all your amazing work to build and support this Gem, its been a massive boon scaffolding out my recent project. I saw this issue pop up when trying to integrate popovers into my app.
Repro Steps
Create new app:
Scaffold a model:
Add the package:
Change root route to posts:
Chuck in our popover from the docs
When you mouseover the 'Hover me' text, if you move your mouse over the popover you'll see the exceptions in the console.
The text was updated successfully, but these errors were encountered: