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
♻️ Refactor Preact JSX handling for improved consistency
Standardize JSX configuration across the project
This change improves our Preact integration by:
- Removing redundant JSX pragma comments from all UI components
- Updating eslint config to ignore 'h' import variable
- Simplifying PreactDevEngine to remove unneeded container references
- Switching from jsxImportSource to jsxFactory in tsconfig.json
- Fixing test cases to align with the new implementation
These changes make the codebase more consistent and reduce
boilerplate while maintaining the same functionality.
0 commit comments