migration 'reatour' to '@reactour/tour' #572
Unanswered
MarianaZavarunska
asked this question in
Q&A
Replies: 1 comment
-
Hi @MarianaZavarunska,
Sounds weird this message if you are importing right like
Mind creating a minimal reproduction in a sandbox in order to allow others to debug your use-case and try to find a solution? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am working on migration 'reatour' to '@reactour/tour' v 3.4.0 package in my React app with SSR. React version is 16.13.1.
I faced with error
(export 'TourProvider' (imported as 'TourProvider') was not found in '@reactour/tour' (possible exports: default) )
when I wrapped the main App Component into
TourProvider
or importuseTour
hook in my functional component.Could you help me resolve the issue?
Beta Was this translation helpful? Give feedback.
All reactions