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
I cannot get the reader from the readableStream I get following Error: Error: [TypeError: This stream has already been locked for exclusive reading by another reader]
I also have added the auto import for the polyfills to the root _layout.tsx as I use filebased routing. import 'react-native-polyfill-globals/auto';
The solution is:
npm install [email protected]
Because the latest version of web-streams-polyfill (4.x) only has polyfill of ES5. But the repo is using ES6 polyfill.
Hey,
I cannot get the reader from the readableStream I get following Error:
Error: [TypeError: This stream has already been locked for exclusive reading by another reader]
I also have added the auto import for the polyfills to the root _layout.tsx as I use filebased routing.
import 'react-native-polyfill-globals/auto';
I should also mention that the type for reactNative: {textStreaming: true} seems to not be detected correctly:
The text was updated successfully, but these errors were encountered: