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 Fit memory leak

See original GitHub issue

There’s an issue that react-fit is causing making the page crash. I couldn’t pin the problem yet, but I submitted the issue anyway in case someone else is experiencing this problem. I’ll post an update once I find the issue.

I’m using entry.nostylewith custom css from styled-jsx.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
pkonieczniakcommented, Jan 7, 2021

Applying calendarClassName="absolute" doesn’t do anything.

In my case, “absolute” was a global utility CSS class defined across the project.

.absolute { position: absolute ;}

You can also make a similar helper class or try to set inline styles on the component.

2reactions
HARIKSREEEcommented, May 27, 2020

I also got the issue. . I got the issue when the calendar is overflowing at the window bottom. the error is given below, <Fit />'s child needed to have its height decreased to 188.3125px.

@aladinflux Did you get any solution for that?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Avoid Memory Leaks in your React App by canceling API calls
The most easily overlooked cause for memory leaks would be improper handling of API calls. Because calls to an API are asynchronous, it...
Read more >
Memory Leak in React component using useEffect
This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a...
Read more >
Hunting memory leaks in a server side rendered React ...
Our memory leak was caused by reselect and with the bad usage of styled-components, both problems were found by using Chrome DevTools. Backstory....
Read more >
Memory leak on React > 16.2.5 · Issue #14732 - GitHub
We are seeing a substantial memory leak in our codebase in versions of React > 16.5.2. Bisecting the issue, it seemed to appear...
Read more >
React Security Vulnerabilities and How to Fix/Prevent Them
React security vulnerabilities are hard to detect. ... when a developer gives its database connection access to privileges like INSERT, UPDATE, or DELETE....
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