Mike Kelly
Mike Kelly
This change fixed devTools for me 👍
have you websockified the vnc port? `react-vnc-display` uses `novnc` under the covers which requires the vnc protocol to go over a websocket connection. From https://github.com/novnc/websockify : > Here is an...
@mxswat your solution is super helpful! I'm using `usePathname` so using your strategy I was at least able to get my tests running again with a hardcoded path. ``` vi.mock('next/navigation',...
I'm running into this same error when copy-pasting from examples. Below, `location` is just being passed in from the parent `Route` This is essentially copy/paste from https://reacttraining.com/react-router/web/example/animated-transitions. ```jsx import {...
none, I was filing a feature request to pull from a dropbox folder instead of the articles directory within dorothy. If I can scrape the spare time together to implement...
except when I'm hosted on Heroku, my Dropbox directory isn't mounted there. My thinking was having toto pull using the Dropbox api so that i could update blog articles without...
This is a blocker for my app and v5 as well. Another use case, setting a custom agent in `httpOptions` ``` httpOptions: { agent: new https.Agent({ cert: /* cert */,...
I'm having the 2nd issue when using next 13.4.12, going back to 13.4.11 seems to have fixed the issue.