Describe the bug
This pattern <textarea {...{ "data-x": "x" }} value={val()} /> renders <textarea value='something' /> instead of textarea with text content.
Your Example Website or App
https://stackblitz.com/edit/nitrojs-nitro-leuuhgqk?file=src%2FApp.tsx
Steps to Reproduce the Bug or Issue
Go to the link above
Expected behavior
Should render valid textarea value.
Screenshots or Videos
No response
Platform
Additional context
No response
Describe the bug
This pattern
<textarea {...{ "data-x": "x" }} value={val()} />renders <textarea value='something' /> instead of textarea with text content.Your Example Website or App
https://stackblitz.com/edit/nitrojs-nitro-leuuhgqk?file=src%2FApp.tsx
Steps to Reproduce the Bug or Issue
Go to the link above
Expected behavior
Should render valid textarea value.
Screenshots or Videos
No response
Platform
Additional context
No response