Using the SkeletonView after upgrade to Rn 0.71 & react 18 cause an error in terminal (app not crashing)
Related to
[x] Components
[ ] Demo
[ ] Docs
[ ] Typings
Actual behavior
Warning: Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Likely causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer.
Error message:
TypeError: undefined is not a function
in Unknown (created by SkeletonView)
in RCTView (created by View)
in View (created by BasedShimmerPlaceholder)
in RCTView (created by View)
in View (created by BasedShimmerPlaceholder)
in BasedShimmerPlaceholder (created by ShimmerPlaceholder)
in ShimmerPlaceholder
in Unknown (created by SkeletonView)
in RCTView (created by View)
in View
in View (created by SkeletonView)
in RCTView (created by View)
in View (created by AnimatedComponent)
in AnimatedComponent
in AnimatedComponentWrapper (created by SkeletonView)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
Using the SkeletonView after upgrade to Rn 0.71 & react 18 cause an error in terminal (app not crashing)
Related to
Actual behavior
More Info
Code snippet
Environment
Affected platforms