Skip to content
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

add TS 5.5 to test matrix #4717

Merged
merged 2 commits into from
Aug 11, 2024
Merged

add TS 5.5 to test matrix #4717

merged 2 commits into from
Aug 11, 2024

Conversation

EskiMojo14
Copy link
Contributor

No description provided.

Copy link

codesandbox-ci bot commented Jul 8, 2024

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.

@aryaemami59
Copy link
Contributor

): Store<S, A, UnknownIfNonSpecific<StateExt>> & Ext

- ): 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.

@EskiMojo14
Copy link
Contributor Author

): Store<S, A, UnknownIfNonSpecific<StateExt>> & Ext

- ): 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!

@markerikson markerikson merged commit 8a9ca01 into master Aug 11, 2024
48 checks passed
@markerikson markerikson deleted the ts5.5 branch August 11, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants