-
-
Notifications
You must be signed in to change notification settings - Fork 472
Closed
Description
- I have searched the Issues to see if this bug has already been reported
- I have tested the latest version
Steps to reproduce
- Upgrade from
0.7.5
to0.7.8
- Run remix in dev
Current behavior
remix dev fails to run, giving the following error
SyntaxError: Named export 'Badge' not found. The requested module 'flowbite-react' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'flowbite-react';
at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)
at ModuleJob.run (node:internal/modules/esm/module_job:191:5)
at ModuleLoader.import (node:internal/modules/esm/loader:336:24)
at file:///Users/gerald/Code/Jan/fs/apps/webapp/server.js:25:22
Failed running 'server.js'
Expected behavior
remix dev to serve the app
Context
What are you trying to accomplish? Does this only happen on a specific browser, screen size, or operating system?
Trying to greenkeep the app, but updating to latest 0.7.8
fails the remix dev.
Downgrading back to 0.7.5
, remix dev runs as normal.
If possible, provide a live example URL, screenshot, video, or a repository with the minimal reproduction of the issue.
Metadata
Metadata
Assignees
Labels
No labels