-
-
Notifications
You must be signed in to change notification settings - Fork 545
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(Jsonify): fix JsonifyTuple
#638
Conversation
Tests are failing |
Co-authored-by: Pedro Cattori <[email protected]>
Co-authored-by: Pedro Cattori <[email protected]>
@sindresorhus All tests are passing again |
This change resulted in the following error when checking on TypeScript 4.8 for sequelize; |
We're seeing the same:
|
@colincollerlever What TypeScript version? |
@MichaelDeBoey @pcattori Any ideas? |
Haven't looked into it, but current understanding is that its a TS 4.8 bug/limitation. Right now the options I see are:
|
Since both are bugs, I would say:
|
This reverts commit 9fdac37.
As pointed out by @mattcorner in remix-run/remix#6566, this would otherwise Jsonify
string[] & ["Some value"]
toTaken from @pcattori's solution in remix-run/remix#6616