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 392d4dd commit ff113ceCopy full SHA for ff113ce
tests/syntax_tests/data/printer/expr/expected/switch.res.txt
@@ -49,7 +49,7 @@ switch route {
49
<div> {React.string("Second A div")} </div>
50
</div>
51
| B =>
52
- <> // fragment tag moves to the next line
+ <> // fragment tag stays after <>
53
<div> {React.string("First B div")} </div>
54
<div> {React.string("Second B div")} </div>
55
</>
tests/syntax_tests/data/printer/expr/switch.res
@@ -44,7 +44,7 @@ switch route {
44
<div> {React.string("First A div")} </div>
45
46
47
-| B => <> // fragment tag moves to the next line
+| B => <> // fragment tag stays after <>
48
0 commit comments