gilbarbara / react-joyride

Create guided tours in your apps
https://react-joyride.com/
MIT License
6.8k stars 525 forks source link

Cannot read properties of null (reading 'isConnected') in react-floater #829

Closed johnhunter closed 2 years ago

johnhunter commented 2 years ago

Discussed in https://github.com/gilbarbara/react-joyride/discussions/820

Originally posted by **johnhunter** July 13, 2022 I'm seeing an occasional exception Cannot read properties of null (reading 'isConnected') ``` if (!this.floaterRef.isConnected) { ``` https://github.com/gilbarbara/react-floater/blob/v0.7.5/src/components/index.js#L274 I've been unable to reproduce but it is reported in my production environment.
gilbarbara commented 2 years ago

Fixed in 2.5.1 Thanks