Anton Miroshnichenko
Anton Miroshnichenko
@iamfrntdv How about the following approach? ``` import {getContext} from 'svelte'; import {ROUTER} from 'svelte-routing/src/contexts'; const { activeRoute } = getContext(ROUTER); $: { console.log($activeRoute) } ```
I'm not sure that it's related with riot-mui therefore you should go to [riot#2084](https://github.com/riot/riot/issues/2084) to solve this problem.
@hiteshsomani Hi ! You should find a element instance and invoke "open" method. Please, check [this](https://github.com/kysonic/riot-mui-page/blob/master/app/components/pages/popup.tag#L15) example.
@kokujin Probably yes, I'll try to do it
@mikey0000 Agreed. Will be fixed asap.