@lumx/react 3.9.2-alpha.2 → 3.9.2-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -6355,7 +6355,9 @@ const useStubPopper = (_a, _p, _ref) => {
6355
6355
  } = _ref;
6356
6356
  return {
6357
6357
  attributes: {
6358
- 'data-popper-placement': placement
6358
+ popper: {
6359
+ 'data-popper-placement': placement
6360
+ }
6359
6361
  },
6360
6362
  styles: {}
6361
6363
  };