Impossible to use evalPath with Next.js
Johnrobmiller opened this issue · 1 comments
Johnrobmiller commented
evalPath looks for the eval.js file in the project directory on the client side, but on Next.js the project directory is never served to the client, so it's impossible to set evalPath.
):