But app doesn’t load in browser
After wrapping error boundry around the app, this is the console log error.
message: "returntrue is not defined"
All I really did was update to tailwind 4 and this happened. Even after rolling it back it still happened. Not sure whats happening here. Any help would be appreciated as I’m stuck.
React
Prisimic
Next
amyegan
(Amy Egan)
March 21, 2025, 5:27pm
2
Based on the error message, it seems like there’s a missing space somewhere so it’s trying to use returntrue when it should be return true;
thanks. I tried searching for “returntrue” in my code to no avail.
amyegan
(Amy Egan)
April 8, 2025, 7:38pm
4
I don’t see the error now. Did you find a solution?
system
(system)
Closed
July 7, 2025, 7:39pm
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.