-
-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Describe the bug
I just started using lottie-react with the latest Nextjs. However, I got module not found error. After further inspection, it seems be caused by --turbopack flag in running script. Removing the flag works fine.
To Reproduce
Steps to reproduce the behavior:
- Create a new Nextjs app with turbopack
- Make sure to check for
--turbopackfor dev and build scripts - Install lottie-react
import Lottie from "lottie-react";and the error will appear
Expected behavior
It should be working normally with turbopack enabled
Screenshots

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels