Replies: 2 comments
-
Here's a pared back example of what I mean. The only loader that is run on the Screen.Recording.2024-10-16.at.17.33.46.mov |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had the same problem in my project and I found an extra comma in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bit of a strange one here. So we have had this comma appended to the end of our
<body/>
and I think it is caused by Remix. It occurs on all pages, unless a page does not have a dedicated loader and has a clientLoader - for some reason none of the below code occurs then. I am really at a loss as to how to fix this, so any help would be very appreciatedThe injected code looks like this:
And here is an example of it:



Even removing the outlet etc from the route results in the same:
Beta Was this translation helpful? Give feedback.
All reactions