We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.50.1
I made two components, TextComponent that renders only text and ButtonComponent that imports Button component from @fluentui/react-components.
TextComponent
ButtonComponent
Button
@fluentui/react-components
I expect that the button test will work.
It only shows a white screen. The console says TypeError: Runtime.jsxs is not a function.
TypeError: Runtime.jsxs is not a function
TextComponent works as expected, only ButtonComponent fails.
The issue only occurs in @playwright/experimental-ct-react, it works fine in @playwright/test or on the web.
@playwright/experimental-ct-react
@playwright/test
Feel free to reach out, I'm willing to help investigate.
System: OS: Windows 11 10.0.26100 CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-12800H Memory: 31.72 GB / 63.67 GB Binaries: Node: 20.12.2 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.22 - C:\Program Files\nodejs\yarn.CMD npm: 10.5.0 - C:\Program Files\nodejs\npm.CMD bun: 1.1.15 - ~\.bun\bin\bun.EXE IDEs: VSCode: 1.97.2 - C:\Users\kmatejka\AppData\Local\Programs\Microsoft VS Code\bin\code.CMD Languages: Bash: 5.1.16 - C:\WINDOWS\system32\bash.EXE
The text was updated successfully, but these errors were encountered:
agg23
No branches or pull requests
Version
1.50.1
Steps to reproduce
Expected behavior
I made two components,
TextComponent
that renders only text andButtonComponent
that importsButton
component from@fluentui/react-components
.I expect that the button test will work.
Actual behavior
It only shows a white screen. The console says
TypeError: Runtime.jsxs is not a function
.TextComponent
works as expected, onlyButtonComponent
fails.Additional context
The issue only occurs in
@playwright/experimental-ct-react
, it works fine in@playwright/test
or on the web.Feel free to reach out, I'm willing to help investigate.
Environment
The text was updated successfully, but these errors were encountered: