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.

AutoResizer dom exception and react-lite

See original GitHub issue

I get this when switching my build to production:

Uncaught TypeError: Cannot read property '__resizeTriggers__' of null(…)

It relies on a parentNode in a ref hook, can’t find it and complains down the chain. This happens in react-lite.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
bvaughncommented, Sep 14, 2016

I’ve just released version 7.24.1 with AutoSizer support for react-lite. I’m able to run, for example, the hover demo by pointing at the UMD build of react-lite and including the above React + ReactDOM initialization lines.

Beyond this, I don’t officially support react-lite and so some HOCs (eg CellMeasurer) may not work. Cheers.

0reactions
drcmdacommented, Sep 14, 2016

You’re amazing, thanks and cheers!

Read more comments on GitHub >

github_iconTop Results From Across the Web

DOMException() - Web APIs - MDN Web Docs - Mozilla
The DOMException() constructor returns a DOMException object with a specified message and name.
Read more >
https://f.hubspotusercontent40.net/hubfs/4309344/A...
This caused issues * in shadow-dom-enhanced elements like <details> where the content * is wrapped by a div with box-sizing set to `content-box`....
Read more >
react navigation unmount on blur - You.com | The AI Search ...
I need screen to unmount whenever it goes out of focus. I am using a custom drawer and using props unmountOnBlur={true} and options={{unmountOnBlur:...
Read more >
mutableState&quot; in android jetpack compose? - t.co / Twitter
remember is a composable function that can be used to cache expensive operations. You can think of it as a cache which is...
Read more >
libraries_by_dependents.md · SwhGo_oN/SlinkyTyped - Gitee
Number of dependents Library Description 74977 lodash Lodash modular utilities. 44064 chalk Terminal string styling done right 37060 request Simplified HTTP request client.
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