Replies: 8 comments 10 replies
-
I'm running into this same issue. Anyone have a workaround? |
Beta Was this translation helpful? Give feedback.
-
could you provide a reproduce link? like a codesandbox link or a stackblitz link. did you render the |
Beta Was this translation helpful? Give feedback.
-
@tsmith123 @lili21 are you using vite by any chance? I'm seeing the same thing and I wonder if it is related. |
Beta Was this translation helpful? Give feedback.
-
I'm noticing this after the latest release for stable vite |
Beta Was this translation helpful? Give feedback.
-
Same here, on Remix It worked on RR + Vite SPA, not working on Remix. Trying to wrap my head around the server/client story for effects |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Sorry folks. Totally forgot to check back here. My issue was that I'd missed out |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm facing with thee same issue as well as existing in root file. I also see ReferenceError: process is not defined. Anyone have a workaround? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
New to Remix but trying to work with some client-side scrolling logic. As I understand it I need to use a
useEffect
for client side logic but wherever I put auseEffect
it never seems to get called.I have this in a route file:
I can see a "HIT 1" in the terminal logs but I never see "HIT 2" or a "HIT 3" in browser or terminal logs but I assume I should. Am I misunderstanding something obvious?
Remix version:
1.19.1
Beta Was this translation helpful? Give feedback.
All reactions