Skip to content
New issue

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

fix: use side-effect import instead of default import #26

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

javier-godoy
Copy link
Member

Close #25

It seems that dist/print.js does not export printJS neither as a default import (the requested module ... does not provide an export named 'default') nor as a named import (import {printJS} from...), but importing print.js just for its side effects works in both Vaadin 22 and 23.3.

@paodb paodb merged commit 85394bd into vaadin-component-factory:main Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Component does not work with Vaadin 23.3
3 participants