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
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.
):
The text was updated successfully, but these errors were encountered:
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.
):
new Parallel(data, {evalPath: 'your/path/to/eval.js',...})
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.
):
The text was updated successfully, but these errors were encountered: