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
Text <adata-very-long-prop-breakline-rome-playgrounddata-other>
113
103
some link
114
104
</a>{''}
@@ -368,7 +358,10 @@ c2 = (
368
358
// this group should fit one line jsx whitespaces are hidden
369
359
b= (
370
360
<div>
371
-
<a></a> <a></a> 1
361
+
<a></a>
362
+
363
+
<a></a>
364
+
1
372
365
</div>
373
366
);
374
367
@@ -381,14 +374,17 @@ b1 = (
381
374
12312
382
375
`}
383
376
</a>{""}
384
-
<a></a> 1
377
+
378
+
<a></a>
379
+
1
385
380
</div>
386
381
);
387
382
388
383
// this group fit one line and hide jsx whitespace
389
384
b2= (
390
385
<>
391
-
<a>123</a> 1
386
+
<a>123</a>
387
+
1
392
388
</>
393
389
);
394
390
@@ -403,35 +399,7 @@ b3 = (
403
399
</>
404
400
);
405
401
406
-
// one length text should insert soft line break
407
-
b4= (
408
-
<>
409
-
<pre />a
410
-
</>
411
-
);
412
-
// longer than one length text should insert hard line break
413
-
b5= (
414
-
<>
415
-
<pre />
416
-
ab
417
-
</>
418
-
);
419
-
420
-
// one length text should insert soft line break show last jsx whitespace
421
-
b6= (
422
-
<>
423
-
<b />abbccddee{" "}
424
-
</>
425
-
);
426
-
// longer than one length text should insert hard line break
427
-
b7= (
428
-
<>
429
-
<b />
430
-
longerbbccddee{" "}
431
-
</>
432
-
);
433
-
434
-
const b8 = (
402
+
const b4 = (
435
403
<div>
436
404
Text <adata-very-long-prop-breakline-rome-playgrounddata-other>
437
405
some link
@@ -649,9 +617,9 @@ const breadcrumbItems = [
649
617
2: <divtooltip="A very long tooltip text that would otherwise make the attribute break onto the same line but it is not because of the single string layout"></div>;
650
618
7: tooltip="A very long tooltip text that would otherwise make the attribute break
0 commit comments