Andrew Kaspick
Andrew Kaspick
Same issue here. Destroying or closing the dialog in one of the turbolinks events before navigating away doesn't seem to remove the `is-reveal-open` class. My current hack to deal with...
Well, I had some other issues with the modal not closing properly and now I've settled on the following as a solution that seems to work just fine now: ```...
Noticed more issues when using reveal and turbolinks. If you navigate to a page that uses a reveal modal, and then click back and then forward again via the history,...
I'm going mad trying to deploy to a production env with rails-erb-loader... ``` ERROR in ./app/javascript/packs/components/repeat_dialog.vue.erb Module build failed: Error: rails-erb-loader failed with code: null at ChildProcess. (/home/deploy/app/releases/353/node_modules/rails-erb-loader/index.js:108:16) at ChildProcess.emit...
Follow up to my last message... now compilation works with no changes to the server. Stress on the **randomly** in this issues title. I'll keep testing to see if there's...
@rhys-vdw I'd love to make the change, but I don't have a reliable way to reproduce the issue. I had non-stop issues one evening last week and then the following...
Docs still available at https://rubydoc.info/gems/slim/frames if you need them.
@lostapathy This just bit me as well. The suggested ```to_prepare``` solution seemed to work for me.
@minad The links aren't redirecting properly unfortunately.
So my only possible solution so far is to include the @import statement in my `app/assets/stylesheets/application.css` after all the usual comments and putting the `require_self` call before any other `require`...