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
In a previous project I was able to import the LuminousGallery class this way.
LuminousGallery
import LuminusGallery from '../../node_modules/luminous-lightbox/dist/Luminous.min.js';
However, this no longer seems to work with release 2.4.0. It gives me the following console error
2.4.0
Uncaught SyntaxError: ambiguous indirect export: default
I did try and use Luminous.min.js directly and that gave me a different error.
Luminous.min.js
TypeError: right-hand side of 'in' should be an object, got undefined
Is there something I'm missing here?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In a previous project I was able to import the
LuminousGallery
class this way.However, this no longer seems to work with release
2.4.0
. It gives me the following console errorI did try and use
Luminous.min.js
directly and that gave me a different error.Is there something I'm missing here?
The text was updated successfully, but these errors were encountered: