Closed RXminuS closed 3 years ago
Hi @RXminuS, thanks for open the Issue.
Could you please share a little more information, like the version and context or some screenshots or better a minimal reproduction or a sandbox. As shown here the file is correct.
Thanks in advance,
Same problem "@reactour/tour": "2.0.0",
@mingzizhennimafan could you please expand a little what is the issue, and maybe share an example/sandbox?
@elrumordelaluz See: https://codesandbox.io/s/quirky-hofstadter-6y9k3?file=/src/App.tsx Edit render function,terminal will output error message.
Now should work on v2.0.4
, due to invalid module
file path. Thanks for the input!
I was getting an error in Vite that the package.json has incorrect modules set. They are currently
dist/reactour-tour.esm.js
which doesn't exist. The correct file should bedist/tour.esm.js
and similarly for the other packages.