@numidev/react-joyride 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@numidev/react-joyride",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Create guided tours for your apps",
5
5
  "author": "Numidev <contact@numidev.fr> (https://github.com/Numidev-dev)",
6
6
  "repository": {
@@ -18,6 +18,8 @@ export function useJoyride(props: Props): UseJoyrideReturn {
18
18
 
19
19
  const publicState = useMemo(() => omit(state, 'positioned'), [state]);
20
20
 
21
+ console.log('useJoyride called')
22
+
21
23
  const Tour = canUseDOM() ? (
22
24
  <TourRenderer
23
25
  controls={controls}