pipech

Results 3 issues of pipech

## Description Getting `TypeError: Cannot read properties of null (reading 'textContent')` error after consecutive reloading. This error originate from this code `JSON.parse(document.getElementById('__NEXT_DATA__').textContent)` in `node_modules/next/dist/client/index.js` May be it's something to do...

## Use-case In some use-case, it's a good idea to align number in text field to right, so it would be easy to compared with other fields. ![image](https://github.com/radix-ui/themes/assets/24489363/3ec87572-3663-43c4-b777-a8b5586c4f57) ## Actual...

request

Should `vaul` convert non-standard to standard attribute? **From** ```html ``` **To** ```html ``` The benefit here aside from being standard is able to select [data attribute using tailwind](https://tailwindcss.com/docs/hover-focus-and-other-states#data-attributes). Use case...