You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the error description, I can say that Remix is trying to use the browser entry point from package.json on server, which is incorrect, so it should be fixed on their side. Please report to them.
Hi! I'm trying to use
isomorphic-dompurify
to sanitize html in a remix application (more specifically hydrogen), but I keep having this errorI could use the
dompurify
and sanitize on the client side, but would prefer if it would on the server too.Has anyone looked into this?
The text was updated successfully, but these errors were encountered: