When running an iOS build using Mac Catalyst on a M1 Mac and setting multiline={true} while editing the component on a screen with hot reload It crashes when I navigate away from the screen containing <MarkdownTextInput/>. If multiline is already set to true it crashes on navigating to the screen with the below error report. Seems to work fine on an iOS device.
When running an iOS build using Mac Catalyst on a M1 Mac and setting
multiline={true}
while editing the component on a screen with hot reload It crashes when I navigate away from the screen containing<MarkdownTextInput/>
. If multiline is already set to true it crashes on navigating to the screen with the below error report. Seems to work fine on an iOS device.