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
Add knip to coder/site and use it to remove all unused code that it reports.
Knip should be configured to:
ignore all generated files (**/*Generated.ts)
ignore missing/unlisted binaries
Additionally this could be a good opportunity to create consistency between using default/named exports for page components as React's lazy function requires them to be default exported.
The text was updated successfully, but these errors were encountered:
Add knip to coder/site and use it to remove all unused code that it reports.
Knip should be configured to:
**/*Generated.ts
)Additionally this could be a good opportunity to create consistency between using default/named exports for page components as React's
lazy
function requires them to be default exported.The text was updated successfully, but these errors were encountered: