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
Improve type precision for props parameters in RBS signatures by
changing from `untyped` to `Hash[Symbol, untyped] | String`.
This change:
- Provides better type checking for props parameters
- Accepts both common formats (Hash or JSON string)
- Improves IDE support and autocomplete
- Helps catch type errors earlier
Updated signatures:
- helper.rbs: sanitized_props_string props parameter
- controller.rbs: redux_store props parameter
Fixes#1951
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments