Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React alternating with errors #760

Closed
4 tasks done
sr5434 opened this issue Aug 2, 2023 · 2 comments
Closed
4 tasks done

React alternating with errors #760

sr5434 opened this issue Aug 2, 2023 · 2 comments
Labels
🤷 no/invalid This cannot be acted upon 👎 phase/no Post cannot or will not be acted on

Comments

@sr5434
Copy link

sr5434 commented Aug 2, 2023

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)

@github-actions github-actions bot added 👋 phase/new Post is being triaged automatically 🤞 phase/open Post is being triaged manually and removed 👋 phase/new Post is being triaged automatically labels Aug 2, 2023
@sr5434
Copy link
Author

sr5434 commented Aug 2, 2023

It turns out I was passing in null as a child prop at times.

@sr5434 sr5434 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 2, 2023
@github-actions

This comment has been minimized.

@ChristianMurphy ChristianMurphy added the 🤷 no/invalid This cannot be acted upon label Aug 2, 2023
@github-actions github-actions bot added 👎 phase/no Post cannot or will not be acted on and removed 🤞 phase/open Post is being triaged manually labels Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤷 no/invalid This cannot be acted upon 👎 phase/no Post cannot or will not be acted on
Development

No branches or pull requests

2 participants