Commit 480e41f
committed
Downcase attribute names in SSR diff hydration
IE Edge reports some SVG attributes, like stroke and fill, in all
caps. This commit downcases all attribute names so that comparison
when diffing is case in-sensitive.1 parent ab5cdbe commit 480e41f
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
931 | | - | |
932 | | - | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
933 | 934 | | |
934 | 935 | | |
935 | 936 | | |
| |||
0 commit comments