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.

findAndUpdateNodes was passed a nullish node

See original GitHub issue

I have a lot of warnings in my browser when I run animations that say:

findAndUpdateNodes was passed a nullish node

Is that something I should be concerned about and do I maybe set up my animations in the wrong way? I would be very grateful if someone could point me into the right direction 😊

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
special-charactercommented, May 14, 2020

I think this should be re-opened. I can repro this in the examples folder and running web. A good number of the examples show this issue in web. ex: the SwipableCard example

Repro

  1. Clone and run from root
yarn
cd Examples
yarn
yarn web
  1. Navigate to: https://localhost:19006/#/ISwipeableCard

I am getting this on my project as well but this should be an easy case to repro

1reaction
jaulzcommented, May 4, 2020

Okay, let’s keep this closed… I think it’s somehow related to unmounted components but I could not create a proper repro yet. Thanks anyway!

Read more comments on GitHub >

github_iconTop Results From Across the Web

findAndUpdateNodes was passed a nullish node in rn-web ...
Component I get an error findAndUpdateNodes was passed a nullish node Expected behavior No error, smooth animation of width Actual behavior & steps...
Read more >
react native - findAndUpdateNodes was passed a nullish node
I get this error in the console while dragging (react native web by the way). Otherwise everything seems to work perfectly.
Read more >
Declarative Animation API | React Native Reanimated
In order to map an animation into a value, we will make the value to be assigned to a node that among few...
Read more >
Reanimated - Expo Documentation
react-native-reanimated provides an API that greatly simplifies the process of creating smooth, powerful, and maintainable animations. Reanimated uses React ...
Read more >
@babel/plugin-proposal-nullish-coalescing-operator - npm
Start using @babel/plugin-proposal-nullish-coalescing-operator in your project ... There are 1108 other projects in the npm registry using ...
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