Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(react): 🐛 "Worker is not defined" error in Next.js SSR (#314)
* fix(react): 🐛 "Worker is not defined" error in Next.js SSR - Added `use client` directive to DotLottieReact component modules to prevent server-side rendering of worker-related code. ✅ Closes: #311
- Loading branch information