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 1a911c4 commit ed0ea10Copy full SHA for ed0ea10
src/constants/index.js
@@ -99,6 +99,8 @@ export const RTL_STYLE = (rtl, style) => {
99
newStyle[STYLE_DIRECTION_KEYS[key]] = newStyle[key];
100
delete newStyle[key];
101
} else {
102
+ // todo: consider removing the following. I don't think it is doing anything
103
+ // eslint-disable-next-line no-self-assign
104
newStyle[key] = newStyle[key];
105
}
106
});
0 commit comments