Open
Description
Please list the package(s) involved in the issue, and include the version you are using
@shopify/[email protected]
@shopify/[email protected]
Describe the bug
Types for the props of TextField do not work. Other components do seem to work (though I did not check all)
Steps to reproduce the behavior:
- Create a POS UI Extension
- Use
- Do something incorrect and see if TypeScript/WebStorm/VSCode gives an error (it doesn't)
Expected behavior
It should enforce TextField props properly
Screenshots
TextField:
TextArea: