Closed pacocom closed 3 years ago
When I refresh the page the element parent adding child class in production:
Before refresh page:
After refresh page:
... tooltip, delay = 300, interactive = false, interactiveTolerance = 350, side = 'top', theme = '', ... <Tooltipster content={<>{tooltip}</>} delay={delay} interactive={interactive} interactiveTolerance={interactiveTolerance} side={side} theme={`tooltipster-shadow tooltipster-custom ${theme}`.trim()}> {children} </Tooltipster>
Why? How to solve it?
Not due to Tooltipster.
When I refresh the page the element parent adding child class in production:
Before refresh page:
After refresh page:
Why? How to solve it?