-
-
Notifications
You must be signed in to change notification settings - Fork 154
Make property names case insensitive #1030
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: contact <[email protected]>
Cursor Agent can help with this pull request. Just |
run all ci checks locally before pushing |
I refactored how dynamic component properties are extracted for improved clarity and robustness. Additionally, I performed several minor code cleanups and formatting adjustments across the rendering logic, including removing an unused import and enhancing readability of function signatures and complex expressions.
Learn more about Cursor Agents |
|
Co-authored-by: contact <[email protected]>
Co-authored-by: contact <[email protected]>
Make all built-in property names case-insensitive to improve query flexibility, avoiding string allocations.