0

I keep receiving this Popper: modifier error when I hover my cursor over an OverlayTrigger.

The OverlayTrigger displays and operates fine. I just keep getting the Popper: modifier for no reason. I believe it might be a bug with the OverlayTrigger that is currently being resolved, but thought I would check to make sure I wasnt missing something here.

TylerH
  • 20,799
  • 66
  • 75
  • 101
  • The first hit when googling your error message is a github bug report. – Jelaby Mar 31 '22 at 20:30
  • Also this didn't have anything to do with Java, Ethereum or Web3 does it? It's best not to add irrelevant tags. – Jelaby Mar 31 '22 at 20:32
  • Please provide enough code so others can better understand or reproduce the problem. – Community Apr 01 '22 at 01:58
  • The popper: modifier error shows up on the Developer JavaScript Console inside of the React App. I am a new user of Stack Overflow and Github. If this is already listed in a github bug report, does that mean that this is a known issue within the program and I should just ignore this error? – William Carey Apr 01 '22 at 18:28

1 Answers1

1

had similar issue, solved by changing the dayjs version to "dayjs": "^1.8.36", with 1.11.1 the console warning appears and Overlay/Popover works not properly