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
Hello Jossy.
Thanx for sharing you work!!!
I'm implementing the component in a react app ES6.
I'm using vite build tool.
As subject says, modal-dialog is not wrapped correctly thus displaying it as simple html.
Functionality wise it seems to function properly.
I'm using bulma for css.
Any ideas how to fix this?
Error given by vite: [plugin:vite:css] [postcss] postcss-import: /home/jadeye/dev/automations-frontend/node_modules/cron-expression-input/lib/cron-expression-input.min.css:1:22344: Unknown word
The text was updated successfully, but these errors were encountered:
Hello Jossy.
Thanx for sharing you work!!!
I'm implementing the component in a react app ES6.
I'm using
vite
build tool.As subject says, modal-dialog is not wrapped correctly thus displaying it as simple html.
Functionality wise it seems to function properly.
I'm using
bulma
for css.Any ideas how to fix this?
Imports
import "../../../node_modules/cron-expression-input/lib/cron-expression-input.min.css"; // CSS import "../../../node_modules/cron-expression-input/lib/cultures/en-US.js"; // Language (Optional) import "../../../node_modules/cron-expression-input/lib/cron-expression-input.min.js"; // JavaScript
Component
<cron-expression-input height="34px" width="250px" color="d58512" required="false" hotValidate="true" value="* * * * *" />
Error given by
vite
:[plugin:vite:css] [postcss] postcss-import: /home/jadeye/dev/automations-frontend/node_modules/cron-expression-input/lib/cron-expression-input.min.css:1:22344: Unknown word
The text was updated successfully, but these errors were encountered: