-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix small typo in doc #2433
fix small typo in doc #2433
Conversation
Thank you for signing the Contributor License Agreement. Let's get this merged! 🥳 |
Hey @TheRealAstoo and thank you for taking the time to make this PR. |
Use remix-dev directly in create-remix (No need to use a shell to execute remix-dev) Co-authored-by: Chance Strickland <hi@chance.dev>
remix-run#2342) fix: load module after action submission if it's not a redirect fix: when an action "catches", still load next data for next location to render nested boundaries and not be missing parent data
…rface (remix-run#2359) * feat(@remix-run/server-runtime): define interface for remix server runtimes * refactor(@remix-run/server-runtime): organize exports group types that should be re-exported by each remix server runtime * refactor(@remix-run/server-runtime): factories for crypto-dependent interface functions * docs(@remix-run/server-runtime): rewrite readme to explain the "remix server runtime interface" * refactor(@remix-run/node): conform to the remix server runtime interface instead of relying on magic exports * refactor(@remix-run/node): implement crypto-dependent interface functions * feat(@remix-run/cloudflare): create new server runtime package for cloudflare * refactor(@remix-run/cloudflare): implement crypto-dependent interface functions * refactor(remix-deno): conform to the remix server runtime interface * refactor(remix-deno): implement crypto-dependent interface functions * refactor(@remix-run/architect): use `@remix-run/node` instead of `@remix-run/server-runtime` * refactor(@remix-run/express): use `@remix-run/node` instead of `@remix-run/server-runtime` * refactor(@remix-run/netlify): use `@remix-run/node` instead of `@remix-run/server-runtime` * refactor(@remix-run/vercel): use `@remix-run/node` instead of `@remix-run/server-runtime` * refactor(@remix-run/cloudflare-workers): use `@remix-run/cloudflare` instead of `@remix-run/server-runtime` * refactor(@remix-run/cloudflare-pages): use `@remix-run/cloudflare` instead of `@remix-run/server-runtime` * refactor(server-runtimes,adapters): remove unused `platform` arg from `createRequestHandler`
@TheRealAstoo I tried to do it automatically with the GitHub UI, but seems like I did something wrong here 😓 git reset --hard main
git cherry-pick baa841d |
Sure ! 😃 |
I did it in #2436 |
If you approve the other, I'll close this one 👍 |
Closing in favor of #2436 |
Hello 👋
This PR fixes a small typo in the
DEVELOPMENT.md
doc I went by. 😃