Closed fawwaz closed 2 years ago
Hi @fawwaz, thanks for open the Issue.
Seems that there is some conflict between the TrapFocus
MUI component and the one inside the Tour.
Try adding disableFocusLock
like:
<TourProvider steps={steps} disableFocusLock>
<Main />
</TourProvider>
Here is a working example
Due to inactivity I am closing this issue, but feel free to re-open or create a new one in any case.
Describe the bug I need to highlight the material UI dialog, but as soon as I the MUI dialog opened and I click an element inside MUI Dialog, an error appear in the console saying
Maximum call stack size exceeded.
making it unusable.To Reproduce
Expected behavior No error message in the console, browser won't crash
Screenshots See this video recording
https://user-images.githubusercontent.com/1295143/165016934-8eb45383-8801-42a6-a880-95316da91302.mp4
Desktop (please complete the following information):
Additional context Side questions, things that I am not sure :