This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Commit ee5d93a
authored
fix(private): remove fallback from flex-direction auto-prefixer (#1408)
When we clear styles on the server, we emit an empty value in
order to flush the cache. However, all values still end up
passing through the auto-prefixer, which then converted this
value to the default value of row. However, other components
own the default 'row' value fallback, and so this only serves
to add another layer of logic that gets in the way. Now, we remove
it so that the overlying mechanisms can work as intended in both
browser and server.
Fixes #13941 parent 14b8038 commit ee5d93a
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
0 commit comments