-
Notifications
You must be signed in to change notification settings - Fork 186
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
fix(store-sync): add NoInfer to syncToRecs options #2943
Conversation
🦋 Changeset detectedLatest commit: 926b939 The changes in this PR will be included in the next version bump. This PR includes changesets to release 23 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not blocking but do we have or should we have some type tests to make sure this doesn't affect strongly typed components?
@alvrs To be clear It would definitely be valuable to have more tests so we know what might be relying on behavior like this though. |
mud/packages/store-sync/src/common.ts Lines 66 to 70 in 706986b
|
No strong types are needed for this part of the config and @ssalbdivad spotted that the part of the config is a major typescript performance bottleneck.