You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to control the active prop of the Glitch effect with react-postprocessing.
I made a reproducible example sandbox below. Toggle the checkbox input to switch boolean state for the active prop.
It seems even conditionally rendering the React component does not disable the effect either. Could this be a caching issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to control the
active
prop of theGlitch
effect withreact-postprocessing
.I made a reproducible example sandbox below. Toggle the checkbox input to switch boolean state for the active prop.
It seems even conditionally rendering the React component does not disable the effect either. Could this be a caching issue?
https://codesandbox.io/s/tender-star-lw07h?file=/src/App.tsx
Beta Was this translation helpful? Give feedback.
All reactions