devrnt / react-use-wizard

🧙 A React wizard (stepper) builder without the hassle, powered by hooks.

Home Page:https://devrnt.github.io/react-use-wizard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't import the named export 'Children' from non EcmaScript module (only default export is available)

saisilinus opened this issue · comments

Hi,
I tried using this library but I keep getting the error Can't import the named export 'Children' from non EcmaScript module (only default export is available).

Expected behavior: The app should compile

I've checked out the error and came across a similar question Can't import the named export XXXX from non EcmaScript module (only default export is available). It seems the issue could be Webpack or react-scripts.

Have you faced this issue before and if so, how did you resolve it?

Please provide a reproduction, closing for now