react-fluid-distortion
react-fluid-distortion copied to clipboard
Problem with overlay property
Hi, Thank you for the great library!
The effect works well, but I’m experiencing an issue with another overlay component:
<>
<FluidCanvas />
<OtherComponentWithOverlayOnToggle bgOpacity='100' />
</>
When I set a fully opaque background for the component (bgOpacity set to 100), it delays rendering the current canvas. However, if I set the background opacity to any value other than 100, the issue disappears.
Could you please help me check this and identify what might be causing the issue?