Exception thrown while executing UI block: 'parentNode' is a required parameter
See original GitHub issueDescription
While working on React Native Gallery Toolkit, I’ve got this error.
I’m not sure how to reproduce it in some playground, not sure what exactly causes it:
Exception thrown while executing UI block: 'parentNode' is a required parameter
__44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke
RCTUIManager.m:1192
-[REANodesManager performOperations]
-[REANodesManager onAnimationFrame:]
CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long)
display_timer_callback(__CFMachPort*, void*, long, void*)
__CFMachPortPerform
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__
__CFRunLoopDoSource1
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
UIApplicationMain
main
start
0x0
Screenshots
Steps To Reproduce
- Clone this repo https://github.com/terrysahaidak/react-native-gallery-toolkit
- Switch to tr-lightbox branch and run the Example project
- Navigate to Lightbox => Shared Element Transition
- Open/close image a few times in a row.
The error might occur after a few reloading or immediately.
Expected behavior
Should not throw the error.
Actual behavior
Throws an error but still works if I just close it.
Snack or minimal code example
- Clone this repo https://github.com/terrysahaidak/react-native-gallery-toolkit
- Switch to tr-lightbox branch and run the Example project
Package versions
- React: 16.13.1
- React Native: 0.63.2
- React Native Reanimated: 2.0.0-alpha.7
Issue Analytics
- State:
- Created 3 years ago
- Comments:28 (10 by maintainers)
Top Results From Across the Web
Exception thrown while executing UI block: 'parentNode' is a ...
the reason for this error is are you using parameter name same as an already declared variable in that component, like below
Read more >Exception thrown while executing UI block: 'parentNode' is a ...
Coding example for the question Exception thrown while executing UI block: 'parentNode' is a required a required parameter-React Native.
Read more >iOS : React Native: Exception thrown while executing UI block
iOS : React Native: Exception thrown while executing UI block [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] iOS ...
Read more >React Native Exception Thrown While Executing Ui Block
Ask questionsException thrown while executing UI block: 'childNode' is a required parameter. <pathtoproject>/nodemodules/reactnativereanimated/ios/. shahen94/ ...
Read more >问答- 腾讯云开发者社区-腾讯云
Exception thrown while executing UI block : 'parentNode' is a required parameter. 浏览54关注0得票数0. 得票数为Stack Overflow原文数据.
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 FreeTop 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
Top GitHub Comments
Do you know when the next reanimated alpha 8 will be released ?
Great !!! Thanks you very much @terrysahaidak it is working 😃