React Native Incompatibility: "failed to delete intrinsics.[object Object]syncGenerator%6length"
See original GitHub issueWhen running lockdown.umd.js
inside Safari and calling lockdown()
, the following error appears:
[Log] Removing intrinsics.%AsyncGenerator%.length
[Error] failed to delete intrinsics.[object Object]syncGenerator%6length
Console Evaluation (Console Evaluation 1:2063)
Console Evaluation (Console Evaluation 1:1937)
Console Evaluation (Console Evaluation 1:2046)
Console Evaluation (Console Evaluation 1:2074)
Console Evaluation (Console Evaluation 1:5249)
Console Evaluation (Console Evaluation 1:5306)
Console Evaluation (Console Evaluation 2:3)
evaluateWithScopeExtension
(anonymous function)
_wrapCall
< TypeError: Unable to delete property.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
How to resolve the error on 'react-native start' - Stack Overflow
I just got a similar error for the first time today. It appears in \node_modules\metro-config\src\defaults\blacklist.js , there is an ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I know I’ve run SES on Safari before. Is this new? Also,
AsyncGenerator
is a function. Functions have alength
property. I’ll investigate. Don’t do anything until we understand this.What version of Safari?
@kumavis @EtDu what is the state of this? If it can now be closed, please close it.