You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using the component in a project, but it was causing a memory overflow.
A sample code with higth refresh frequency to check the leak:
`
import React from 'react'
import TextTransition, { presets } from "react-text-transition";
export default class Map extends React.Component {
constructor(props) {
super(props);
I was using the component in a project, but it was causing a memory overflow.
A sample code with higth refresh frequency to check the leak:
`
import React from 'react'
import TextTransition, { presets } from "react-text-transition";
export default class Map extends React.Component {
constructor(props) {
super(props);
}`
The text was updated successfully, but these errors were encountered: