Open thanhlmm opened 2 years ago
I met this problem as well, my temp solution is this
const DevClickToComponent =
process.env.NODE_ENV === 'development'
? require('click-to-react-component').ClickToComponent
: () => null;
<DevClickToComponent />
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior There shouldn't be
@floating-ui
here.I would suggest turn on
sideEffect=false
to support tree sharkingScreenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.