Closed abdorrahmani closed 9 months ago
any update on this issue, I'm also facing same problem.
oops, Unfortunately, the problem still persists, send your codes so we can see the differences.
I had fixed this issue, using the ssr noExternal, all the dependencies which are using react-dom,
but I'm still getting the other error related to dom-helper.
You also send the home page codes?
helo I am facing same issue
@abdorrahmani do you already solved the issue?
Version:
@inertiajs/react
version: 1.0.0I have a basic problem with SSR in Laravel, Inertia and React. Problem because I have only in SSR mode and I don't have this problem in dev & CSR modes.
I use Laravel-inertia-react-vite
Home.jsx:
now in CourseCard.jsx:
course data:
I have this error
inertia.php
and ssr,jsx:
I try anything but I don't know how to solve that. I think the problem with my data is that when I send empty data SSR that works.
and I have this error just in SSR mode, in CSR or dev I do not have any problem.