Closed EskiMojo14 closed 3 months ago
- ): Store<S, A, UnknownIfNonSpecific<StateExt>> & Ext
+ ): Store<S, A, UnknownIfNonSpecific<StateExt>> & [Ext][Ext extends any ? 0 : never]
This change seems to fix the issue related to TS 5.5.
- ): Store<S, A, UnknownIfNonSpecific<StateExt>> & Ext + ): Store<S, A, UnknownIfNonSpecific<StateExt>> & [Ext][Ext extends any ? 0 : never]
This change seems to fix the issue related to TS 5.5.
very odd, but added, thanks!
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.