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 am observing unexpected activity in the network tab, with numerous instances of zag.js and ark-ui files (+ dependencies) that I am not actively using. My assumption is that this occurs because the panda styled-system folder contains all components, even the unused ones.
My questions are:
What is the reason for their inclusion in the final bundle?
Why are these files being loaded on a route where the components are not used?
I have noticed this issue seems to occur only during development, which is somewhat comforting, as this behaviour is not present when I execute the application in production mode using pnpm serve. However, I'm still curious what is happening and wondering if something could be improved (on my side or park-ui side).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am observing unexpected activity in the network tab, with numerous instances of
zag.js
andark-ui
files (+ dependencies) that I am not actively using. My assumption is that this occurs because the pandastyled-system
folder contains all components, even the unused ones.My questions are:
I have noticed this issue seems to occur only during development, which is somewhat comforting, as this behaviour is not present when I execute the application in production mode using
pnpm serve
. However, I'm still curious what is happening and wondering if something could be improved (on my side orpark-ui
side).Beta Was this translation helpful? Give feedback.
All reactions