You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Every time I try to use Modalize I get the synthetic event warning and Possible unhandled promise rejection: TypeError: Cannot read property 'layout' of null.
Even with the bare minimum modal, with only one line of text in it.
Describe the bug
Every time I try to use Modalize I get the synthetic event warning and Possible unhandled promise rejection: TypeError: Cannot read property 'layout' of null.
Even with the bare minimum modal, with only one line of text in it.
const modalizeRef = useRef(null);
const onOpen = () => { modalizeRef.current?.open(); }
<Pressable onPress={onOpen}> <Text style={tw
text-white ml-21}>open modalize</Text> </Pressable>
<Modalize ref={modalizeRef} > <Text>Test test</Text> </Modalize>
Dependencies:
The text was updated successfully, but these errors were encountered: