The popup variable stays undefined when onStart bails out early because props.clientRect is missing, so popup[0] throws instead of no-oping. Use optional chaining on the array itself.
The popup variable stays undefined when onStart bails out early because props.clientRect is missing, so popup[0] throws instead of no-oping. Use optional chaining on the array itself.