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
Open the project directory and run npm run build while running Node.JS v20.3.0 and NPM v9.6.7. I am using Next.JS which uses Turbopack to bundle dependencies.
Expected behavior
No error should occur.
Actual behavior
You will get an error that says you must pass in the generatedTest variable through child props. If you make this change, it will say that it needs to be between the opening and closing ReactMarkdown tags. If you do what the error message tells you to do, you get the old error. If you try doing both things, you will get the second error.
Runtime
Other (please specify in steps to reproduce)
Package manager
Other (please specify in steps to reproduce)
OS
Linux
Build and bundle tools
Other (please specify in steps to reproduce)
The text was updated successfully, but these errors were encountered:
Initial checklist
Affected packages and versions
8.0.7
Link to runnable example
https://github.com/sr5434/auto-test-writer/
Steps to reproduce
Open the project directory and run
npm run build
while running Node.JS v20.3.0 and NPM v9.6.7. I am using Next.JS which uses Turbopack to bundle dependencies.Expected behavior
No error should occur.
Actual behavior
You will get an error that says you must pass in the generatedTest variable through child props. If you make this change, it will say that it needs to be between the opening and closing ReactMarkdown tags. If you do what the error message tells you to do, you get the old error. If you try doing both things, you will get the second error.
Runtime
Other (please specify in steps to reproduce)
Package manager
Other (please specify in steps to reproduce)
OS
Linux
Build and bundle tools
Other (please specify in steps to reproduce)
The text was updated successfully, but these errors were encountered: