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
Describe the bug
Add the file input to a form. drag and drop. Nothing happens, the UI doesn't update, and the console has the error:
To Reproduce
I believe this is related to this error vuejs/vue#7788 (even though it was closed and supposed to be fixed, I couldn't find any other explanation). I'm trying to create a way to reproduce. Currently, it happens in my Nuxt (2.15.2) project (perhaps because vuex is set as strict, but even if I try to disable it, still happens)
Expected behavior
It should display the image or file icon and show the progress bar.
Screenshots
If applicable, add screenshots to help explain your problem.
Device information:
Device: Mac
OS: MacOs Big Sur 11.2
Browser: Chrome (also happens on Firefox and Safari)
Version: 88
The text was updated successfully, but these errors were encountered:
Happy to look into this, but it must have something to do with your implementation details. You mentioned Vuex? Are you somehow binding formulate data to vuex?
It would be really helpful if you could produce a reproduction on codepen or sandbox.
No, not really. I believe it started happening when I updated Nuxt. I'm creation a repo attempting to reproduce and find the culprit. I keep you posted today :)
There you go. Found it. I apologise if I created the ticket too early, but I deeply appreciate your prompt reply! I'll post below the problem in case someone has the same problem.
We've started testing a client-side logging library, I believe they may have implemented something in Vue that ended up breaking Vue Formulate (but nothing else, interestingly enough).
import LogRocket from 'logrocket'; <- That was the problem. Removing fix it (I had added as a plugin to nuxt.config.js).
Describe the bug

Add the file input to a form. drag and drop. Nothing happens, the UI doesn't update, and the console has the error:
To Reproduce
I believe this is related to this error vuejs/vue#7788 (even though it was closed and supposed to be fixed, I couldn't find any other explanation). I'm trying to create a way to reproduce. Currently, it happens in my Nuxt (2.15.2) project (perhaps because vuex is set as strict, but even if I try to disable it, still happens)
Expected behavior
It should display the image or file icon and show the progress bar.
Screenshots

If applicable, add screenshots to help explain your problem.
Device information:
The text was updated successfully, but these errors were encountered: