Kamil Kollman
Kamil Kollman
It doesn't route Chrome as well, tried both. It still does route other apps (Spotify though), so you can change the default device and redirect other-than-browser apps.
@jeffijoe Awesome news! Does it work with mobx's `makeObservable` method?
Yeah, I checked it and unfortunately, it doesn't - mobx throws an `Invalid annotation` error. If I find any solution, I'll post it here
Thank you, that is what I'll do!
Oh, great! Maybe we'll find out I can keep using the official release version. So, maybe the first thing is what I want to achieve: I want to be able...
@gcattan unfortunately, it's a private codebase and I cannot share it. But I'll try the branch you mentioned now!
@gcattan I'm sorry, but it seems simply running the command you provided throws an error. EDIT: Okay, sorry, I have it - it was `yarn add IBM/mobx-react-router#master` :)
@gcattan Unfortunately, installing the package makes the app crash with an error: ```Failed to resolve entry for package "@ibm/mobx-react-router". The package may have incorrect main/module/exports specified in its package.json.``` For...
@gcattan Unfortunately, the same problem still persists: ``` [plugin:vite:import-analysis] Failed to resolve entry for package "@ibm/mobx-react-router". The package may have incorrect main/module/exports specified in its package.json. ``` Weirdly enough, WebStorm...
@gcattan thank you for adding the module property! I re-installed node modules and pulled the newest version from this repo, but unfortunately the problem still exists.