Slow TypeScript Language Server Performance with Panda CSS #2977
EvandroVV93
started this conversation in
General
Replies: 1 comment
-
Screencast.from.11-12-2024.04.38.18.PM.webm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
When using Panda CSS, the TypeScript Language Server experiences significant performance issues. Deleting the
styled-system
folder generated by Panda CSS temporarily resolves the issue, suggesting the folder contents may be contributing to the slowdown.Steps to Reproduce
styled-system
folder generated by Panda CSS.Expected Behavior
The TypeScript Language Server should perform smoothly.
Actual Behavior
The TypeScript Language Server becomes noticeably slow when the
styled-system
folder is present, impacting productivity and developer experience.Additional Context
Any insights into why the
styled-system
folder might be causing this issue or potential workarounds would be appreciated.Link to Reproduction
https://stackblitz.com/edit/vitejs-vite-lfwyue?file=src%2FApp.tsx&terminal=dev
Steps to reproduce
No response
JS Framework
React (TS)
Panda CSS Version
0.47.1
Browser
No response
Operating System
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions