-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(signals): fix return type for some of the traits
Made the return type explicit for withSyncToWebStorage, withStateLogger and withSyncToRouteQueryParams, before the were inferred which worked fine in the examples inside the project but when compiled as lib, causes a problem were the functions inside the traits can not correctly infer the store , this also fixes using the library with skipLibCheck: false Added missing docs, for typedCallConfig Fixes #145 , #91
- Loading branch information
1 parent
0fa2efe
commit 29b69e6
Showing
4 changed files
with
53 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters