-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[BUG] React component tests throw type error when passing null/undefined to component #29028
Labels
Comments
This was referenced Feb 19, 2024
This was referenced Jun 25, 2024
Open
Open
Open
Open
Open
Open
This was referenced Jul 2, 2024
Open
Open
Open
Open
Open
Open
Open
This was referenced Jul 10, 2024
Open
Open
Open
Open
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System info
Source code
Component
Playwright test
Steps
Expected
Test should run and end successfully
Actual
Type error is thrown
TypeError: Cannot read properties of undefined (reading '__pw_component_marker')
Additional Information
This also occurs for null values.
Omitting the undefined value as below and the test runs successfully
Not sure if it's related to #29027
The text was updated successfully, but these errors were encountered: