This morning, my local Node.js version was automatically updated to 23.6.0 via Homebrew. While the update itself seemed harmless at first, it led to some mysterious errors when using Playwright with a TypeScript configuration:
(node:27126) ExperimentalWarning: Type Stripping is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
SyntaxError: The requested module '@playwright/experimental-ct-react' does not provide an export named 'PlaywrightTestConfig'
SyntaxError: The requested module '@playwright/experimental-ct-react' does not provide an export named 'PlaywrightTestConfig'