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
Line 4 in dragula.js
dragula.js
var crossvent = require('crossvent');
Line 24 in custom-event/index.js
custom-event/index.js
'function' === typeof document.createEvent ? function CustomEvent (type, params) {
This error happens each time when i reload a page with dragula import.
The library works perfect if not doing reload to the page
The text was updated successfully, but these errors were encountered:
i think dragula doesn't support server side rendering ...
Sorry, something went wrong.
Hi Please support it. we need it in out project ! now we have to remove it because SSR is very important for us ..
No branches or pull requests
var crossvent = require('crossvent');
'function' === typeof document.createEvent ? function CustomEvent (type, params) {
This error happens each time when i reload a page with dragula import.
The library works perfect if not doing reload to the page
The text was updated successfully, but these errors were encountered: