Error appears when switch tab

I use Framework7 react v4.4.10

When click to button, an error appears


My code:

dom7.module.js:863 Uncaught DOMException: Failed to execute 'matches' on 'Element': '#' is not a valid selector.
at Dom7.is (webpack:///./node_modules/dom7/dist/dom7.module.js?:863:31)
at HTMLAnchorElement.eval (webpack:///./node_modules/framework7/components/tabs/tabs.js?:191:27)
at Dom7.each (webpack:///./node_modules/dom7/dist/dom7.module.js?:778:18)
at Framework7.show (webpack:///./node_modules/framework7/components/tabs/tabs.js?:190:78)
at Framework7.tabLinkClick (webpack:///./node_modules/framework7/components/tabs/tabs.js?:250:17)
at eval (webpack:///./node_modules/framework7/modules/clicks/clicks.js?:42:39)
at Array.forEach (<anonymous>)
at eval (webpack:///./node_modules/framework7/modules/clicks/clicks.js?:38:33)
at Array.forEach (<anonymous>)
at Framework7.handleClicks (webpack:///./node_modules/framework7/modules/clicks/clicks.js?:34:30)

help me :slight_smile:

Hard to say where is the problem. Code looks correct. Do you have a live example or JSFiddle where we can see the issue?