You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code currently causes an error, but previously would lead x to have the type { a: Style, b: Style }. Removing the {}` argument seems to restore the original behavior.
The text was updated successfully, but these errors were encountered:
DanielRosenwasser
changed the title
Regression in inference for keys of mapped type
Regression in inference for keys of mapped type with empty object
Feb 28, 2018
This code currently causes an error, but previously would lead
x
to have the type{ a: Style, b: Style }. Removing the
{}` argument seems to restore the original behavior.The text was updated successfully, but these errors were encountered: