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: improve shallowRef handling based on CodeRabbit feedback
- Replace setupStoreRef with toRaw(store) to eliminate coupling and state drift
- Use Object.prototype.hasOwnProperty.call() for safer property checking
- Improve type safety with Ref[] instead of any[]
- Remove unnecessary setupStoreRef assignment and variable declaration
- Maintain same functionality with more robust implementation
0 commit comments