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
each time lifecycle methods are executed the add more blocks to the lifecycle stack.
When the hot reloader reloads a file, all the lifecycle methods are added again.
There is no easy solution as hot reloader only reloads the single file that changed. So if we remove all lifecycle methods then only the ones for the file being reloaded will get added back in.