mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

partial fix for: https://github.com/microsoft/playwright/issues/31927#issuecomment-2267065378 The options object wasn't treated as partial, unlike in other frameworks, which led to the `component.update({ props: {} })` type being selected instead the `component.update(<Component prop={} />)` during jsx usage.
BEWARE This package is EXPERIMENTAL and does not respect semver.
Read more at https://playwright.dev/docs/test-components