Gabriel Gavilan
Gabriel Gavilan
Same problem here, but with react js 16.7.0, and on import.
I'm also dyslexic and love to code&read with this font. It's almost identical to my natural handwritten font, so it makes things much easier. Thank you!
Your steps to reproduce are not supposed to work, you are missing the step to initialize the boilerplate: ``` pnpm create saas-boilerplate PATH ``` You should follow https://docs.demo.saas.apptoku.com/getting-started/run-project/run-new-project
Having the same issue on latest chrome on android, as many of my users as well. I resolved it by wrapping the component on an error boundry that just resets,...
You need to change /packages/internal/mailcatcher/Dockerfile In the first line, bump the version of alpine from 3.15.4 to 3.19.0 Although that makes the build succeed, I have not tested the email...
Hi @andrewrice, you are right. I got it to start with: ``` FROM dockage/alpine:3.18 ENV MAILCATCHER_VERSION=0.9.0 ``` I proceeded to try to send a recovery email, and just made it...
Hi, I don't have time to open a PR at the moment, but this is my fixed version in case someone needs it or as a reference for the PR:...
I'm working on a chat application with this markdown editor, seems to have no issue: 
Uninstalling the extension on a local project, re-opening a remote one, and clicking on _Install extension and reload_ works for me every time, without having to close remote connection.