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 d5c1aa9 commit 8d0b1bfCopy full SHA for 8d0b1bf
src/commons/modifiers.ts
@@ -365,7 +365,7 @@ export function generateModifiersStyle(options = {
365
style.positionStyle = extractPositionStyle(boundProps);
366
}
367
368
- return style;
+ return _.omitBy(style, _.isEmpty); // clean empty objects and undefined
369
370
371
export function getAlteredModifiersOptions(currentProps: any, nextProps: any) {
0 commit comments