Skip to content

Unable to get perspective running with Remix. #2318

Closed Answered by texodus
Senjai asked this question in Q&A
Discussion options

You must be logged in to vote

@Senjai Remix is a server-side framework, you're trying to import a module written for the browser (Perspective). I am not a Remix expert but I imagine you're going to need to do something similar to this next.js example which defers loading the perspective libraries until runtime so the server-side react compiler does not try to import them.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Senjai
Comment options

Answer selected by texodus
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2317 on July 28, 2023 20:48.