🚩Make an interactive step by step tour guide for your react-native app (a rewrite of react-native-copilot)
745
stars
214
forks
source link
fix(Modal): make sure currentStep in defined before accessing tooltipBottomOffset #149
Closed
baptistemon closed 11 months ago
In some (rare) cases currentStep was undefined. Adding a small checks should prevent the TypeError.