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
What you were expecting:
Can use sx prop on SingleFieldList component as documented.
sx
SingleFieldList
What happened instead:
Type error is thrown:
Property 'sx' does not exist on type 'IntrinsicAttributes & Pick<SingleFieldListProps, "color" | "translate" | "hidden" | "style" | "className" | "children" | ... 252 more ... | "manifest"> & Pick<...> & Pick<...>
Steps to reproduce:
Related code:
The type error pops up in the editor: https://codesandbox.io/s/boring-shape-r5kd1y?file=/src/posts/PostShow.tsx
Other information:
Environment
The text was updated successfully, but these errors were encountered:
Indeed, thanks for reporting
Sorry, something went wrong.
<SingleFieldList>
Successfully merging a pull request may close this issue.
What you were expecting:
Can use
sx
prop onSingleFieldList
component as documented.What happened instead:
Type error is thrown:
Steps to reproduce:
Related code:
The type error pops up in the editor: https://codesandbox.io/s/boring-shape-r5kd1y?file=/src/posts/PostShow.tsx
Other information:
Environment
The text was updated successfully, but these errors were encountered: