Skip to content

Commit

Permalink
fix: spreading
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Feb 26, 2021
1 parent bbe00dd commit c5eb0bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/addons/createSingleton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ const createSingleton: CreateSingleton = (
plugins: [plugin, ...(optionalProps.plugins || [])],
triggerTarget: references,
popperOptions: {
...optionalProps.popperOptions,
modifiers: [
...(optionalProps.popperOptions?.modifiers || []),
applyStylesModifier,
Expand Down

0 comments on commit c5eb0bb

Please sign in to comment.