Matt V
Matt V
The count is incorrect when entering new lines in a textarea on a Mac. Each new line should count as 2 characters, but jQuery's .length counts /r/n as 1 character.
### Description As previously reported here - https://github.com/facebook/react-native/issues/30288 * [XMLHttpRequest calls `startTimepan`](https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Network/XMLHttpRequest.js#L568-L569) using a key generated from the request URL. * The GlobalPerformanceLogger created by `createPerformanceLogger` adds [new timespans using...