Clone the reproduction
Navigate to the packages/react folder
Execute bun vitest ./src/components/toast/tests/toast.test.tsx
Test fails
Ark UI Version
3.10.0
Framework
[X] React
[ ] Solid
[ ] Vue
Browser
Firefox, Arc
Additional Information
At first sight the error comes from the jsxFactory method inside factory.ts but I have not been able to correctly identify the cause or correct the problem.
Description
When I try to add a ReactNode to title or description of a toast, the app crashes and I get the error
on the browser console.
Link to Reproduction (or Detailed Explanation)
https://github.com/lebretont/ark/tree/bug/toast
Steps to Reproduce
Clone the reproduction Navigate to the packages/react folder Execute
bun vitest ./src/components/toast/tests/toast.test.tsx
Test failsArk UI Version
3.10.0
Framework
Browser
Firefox, Arc
Additional Information
At first sight the error comes from the jsxFactory method inside factory.ts but I have not been able to correctly identify the cause or correct the problem.