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
Just replace the vue dev build library with vue production build library.
What is expected?
Component should render in dev build .
What is actually happening?
High CPU usage and component is not rendering
When I do a production build , the app just works fine but in dev build the whole page goes unresponsive with high CPU usage. And it's related to just one component.
I am unable to show you a minimal reproduction since it's happening only in development but not in production :(