App is freezing and no responding anymore to any touch event

I have noticed that when I open the menu (black side menu) and them immediately closing it, rapidly, the whole app is getting freezed and there no touches events at all - I mean you click anywhere in the app and nothing happens.
The app stucks.

The only solution is to to fully restart the app.

Why does it happening?
No errors are getting thrown.
I am using f7 v4 with reactjs and webpack.
Happend with multiple android devices running the material version. On iOS running the ios version no problem so far

It happens because panel overlay not disappears and you can’t click through it. It is better to understand why it happens, do you have some minimal live example?