We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7012b commit f5bb9e9Copy full SHA for f5bb9e9
tests/build_tests/super_errors/expected/mix_record_object_spread.res.expected
@@ -1,11 +1,10 @@
1
2
[1;31mWe've found a bug for you![0m
3
- [36m/.../fixtures/mix_record_object_spread.res[0m:[2m4:6-14[0m
+ [36m/.../fixtures/mix_record_object_spread.res[0m:[2m3:18-26[0m
4
5
+ 1 [2m│[0m type baseProps = {name: string}
6
2 [2m│[0m
- 3 [2m│[0m type props = {
7
- [1;31m4[0m [2m│[0m ...[1;31mbaseProps[0m,
8
- 5 [2m│[0m "label": string,
9
- 6 [2m│[0m }
+ [1;31m3[0m [2m│[0m type props = {...[1;31mbaseProps[0m, "label": string}
+ 4 [2m│[0m
10
11
The type baseProps is not an object type
0 commit comments