clerk / remix-auth-starter

Add sign up, sign in, profile management, and authenticated API routes to your Remix application with the Remix Auth Starter by Clerk.
https://clerk-remix-starter.vercel.app
MIT License
38 stars 10 forks source link

Clerk + Remix is broken #4

Closed marcus-sa closed 1 year ago

marcus-sa commented 2 years ago

I'm having the same issues locally. Screenshot from 2022-05-07 20-20-22

MarcoMruz commented 2 years ago

I have similar problem when switched in Remix app from React 17 to 18

abenhamdine commented 2 years ago

No problem here with react 17 :

my deps :

    "@clerk/remix": "^0.5.11",
    "@remix-run/express": "^1.6.5",
    "@remix-run/node": "^1.6.5",
    "@remix-run/react": "^1.6.5",
    "compression": "^1.7.4",
    "cross-env": "^7.0.3",
    "express": "^4.18.1",
    "morgan": "^1.10.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
"devDependencies": {
    "@remix-run/dev": "^1.6.5",
    "@remix-run/eslint-config": "^1.6.5",
    "@types/react": "^17.0.45",
    "@types/react-dom": "^17.0.17",
    "autoprefixer": "^10.4.7",
    "concurrently": "^7.3.0",
    "eslint": "^8.15.0",
    "nodemon": "^2.0.16",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.4.14",
    "tailwindcss": "^3.1.6",
    "typescript": "^4.7.4"
  },
marmorse commented 2 years ago

Confirmed issues with 18. Anyone have any luck getting Clerk working with React 18?

nikosdouvlis commented 1 year ago

Hello everyone. Apologies for keeping this open for so long, but all React18-related issues were solved ~8 months ago so I'll be closing this stale issue now. Thanks :)

zackfencedev commented 1 year ago

Issues persist in remix latest.