netlify / remix-template

Deploy your Remix site to Netlify
83 stars 27 forks source link

fix: remove react and react-dom from dependencies #145

Closed simplystuart closed 6 months ago

simplystuart commented 6 months ago

Description

Related Tickets & Documents

QA Instructions, Screenshots, Recordings

Please replace this line with instructions on how to test your changes

For us to review and ship your PR efficiently, please perform the following steps:

puppy-eyes

netlify[bot] commented 6 months ago

Deploy Preview for remix-edge-on ready!

Name Link
Latest commit f2eb735db3514ba1669c0f2426c2ed0176ca5113
Latest deploy log https://app.netlify.com/sites/remix-edge-on/deploys/66293580ef04d900072cc9e4
Deploy Preview https://deploy-preview-145--remix-edge-on.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 6 months ago

Deploy request for remix-on pending review.

Visit the deploys page to approve it

Name Link
Latest commit f2eb735db3514ba1669c0f2426c2ed0176ca5113
simplystuart commented 6 months ago

FYI react and react-dom aren't needed as direct dependencies as @remix-run/react includes both.

ascorbic commented 6 months ago

Thanks, this makes sense