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
chore: install reactotron-core-types and update usage (#48)
* Update package dependencies to include reactotron-core-contract version 0.2.5 in package.json and package-lock.json
* Refactor timeline item types to use CommandType constants from reactotron-core-contract
- Updated TimelineItem types in various components to utilize CommandType for better type safety and consistency.
- Re-exported types from reactotron-core-contract in app/types.ts for convenience.
- Adjusted type guards in Timeline components to check against CommandType values instead of string literals.
- Enhanced StateSubscription type to align with the contract's structure.
0 commit comments