question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

React Native Incompatibility: "failed to delete intrinsics.[object Object]syncGenerator%6length"

See original GitHub issue

When 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:open
  • Created 2 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
erightscommented, May 7, 2021

I know I’ve run SES on Safari before. Is this new? Also, AsyncGenerator is a function. Functions have a length property. I’ll investigate. Don’t do anything until we understand this.

What version of Safari?

0reactions
erightscommented, Aug 2, 2022

@kumavis @EtDu what is the state of this? If it can now be closed, please close it.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found