Sheet-class.js?596e:87 Uncaught TypeError: Cannot read property 'closeByBackdropClick' of undefined

I got this error when the component which includes the gauge is removed while the gauge is already active.
I tried to destroy the gauge before this component unmounts but it doesn’t work -
using: RootScope.f7.gauge.destroy(".accepting-gauge").

Working with F7 V4 with ReactJS and Webpack.

closeByBackdropClick is not related to Gauge. Such parameter is used in modal like Popup, Actions, Popover, Sheet, etc.

You are right, I meant Sheet