When using the blur filter in my React application, everything works fine in Google Chrome and Microsoft Edge. However, I encountered an issue when testing it in Mozilla Firefox. Despite checking mozilla.org for solutions, I couldn't find anything specific. Do you have any ideas on why it's not working in Firefox?
<div style={{backdropFilter: `blur(${someValue}px)`}}
...
</div>