Mohammed Saed
Mohammed Saed
Any update on this bug?
Editing ~/.config/Cerebero/config.json fixed in on Ubuntu 18.04. Note that it sometimes doesn't show the menu bar icon, so try to press ctrl+space to check it out.
:+1:
I can confirm this happening when running locally using `./scripts/start_local`
Make sure the `mockgen` version you installed is the same one in your `go.mod`
Facing the same issue when trying to upgrade to React v19
@daveycodez Thanks. It works!
When is this going to get merged?
> In the `createRouter` config, try setting > > defaultPendingComponent: () => 'loading...', > defaultPendingMinMs: 0, > defaultPendingMs: 0, This solved the problem for me. Thanks.