We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This link demonstrates the problem
http://www.typescriptlang.org/play/#code/C4TwDgpgBAqmAmBDYECMAeAKgGigaVSggA8UA7eAZygGsIQB7AMykwD4oBeVo0iC6ojIgA2gF0AsACgoUAPytpsgFxQACgEsAxjSy4AosS0AbAK7wI6OoxY58qNhwBkS2W4DeUEXgJQNZezEAWjlVACUIAEdTDQAnCHh0TR09fAJHKABfb1RJKWl-FFimRC1oAEEod1dEVUpgWP8Ac1cAI1UyUwBbVohY1y1VVoYGYwghaUzpLQYyeqgGVoArVUruT1qoAHJ62K3cdqhUACYAZlxBqAbTaEyoRGoZueBp2fmwWIYwLm3ELfvqFs-lAAD7bVpbaTSCwmRDxKBMUxkLTADSzKCmBDISx2XwkchUWj0ZisNgAClcskoDFMsTKqhwlKgYGQAAtVDkxNgmZikCgAGJkVRkgBuiDMEAZnIAlFwOJhOdyZFBpao4Hy0Kl0lCpE95rzVj9ediyYslrgRB8vlyoKLxbLOBwxcZpTqAPRuvzAKCUVk04zwKAAdwYsRouGkoEgUAAGug8LwCdRds0OOsvD4-AE8GIOt1erEstIxt7iMQfp1jMYAfdhDW40D-mCthC2K85qMIAA6YwMJpkstdxC4QetaVAA
The reason is wrong types, which causes to index with an union of props instead of a single prop.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This link demonstrates the problem
http://www.typescriptlang.org/play/#code/C4TwDgpgBAqmAmBDYECMAeAKgGigaVSggA8UA7eAZygGsIQB7AMykwD4oBeVo0iC6ojIgA2gF0AsACgoUAPytpsgFxQACgEsAxjSy4AosS0AbAK7wI6OoxY58qNhwBkS2W4DeUEXgJQNZezEAWjlVACUIAEdTDQAnCHh0TR09fAJHKABfb1RJKWl-FFimRC1oAEEod1dEVUpgWP8Ac1cAI1UyUwBbVohY1y1VVoYGYwghaUzpLQYyeqgGVoArVUruT1qoAHJ62K3cdqhUACYAZlxBqAbTaEyoRGoZueBp2fmwWIYwLm3ELfvqFs-lAAD7bVpbaTSCwmRDxKBMUxkLTADSzKCmBDISx2XwkchUWj0ZisNgAClcskoDFMsTKqhwlKgYGQAAtVDkxNgmZikCgAGJkVRkgBuiDMEAZnIAlFwOJhOdyZFBpao4Hy0Kl0lCpE95rzVj9ediyYslrgRB8vlyoKLxbLOBwxcZpTqAPRuvzAKCUVk04zwKAAdwYsRouGkoEgUAAGug8LwCdRds0OOsvD4-AE8GIOt1erEstIxt7iMQfp1jMYAfdhDW40D-mCthC2K85qMIAA6YwMJpkstdxC4QetaVAA
The reason is wrong types, which causes to index with an union of props instead of a single prop.
The text was updated successfully, but these errors were encountered: