You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the latest update, several components in Material Tailwind are now requiring a placeholder prop. This was not the case in previous versions. Developers are prompted to provide a placeholder prop where it wasn't required before.
Steps to Reproduce:
Configure Material Tailwind with React Typescript
Utilize components that previously did not require a placeholder prop.
Observe the error or warning prompting for a placeholder prop.
Expected Behavior:
Components should function as intended without the need for a placeholder prop, as per previous versions.
Environment:
Material Tailwind version: 2.1.8
React version: 18
The text was updated successfully, but these errors were encountered:
Duplicate. See just a few issues below or a simple search: #528
npm install @types/[email protected] // resolves all, but "Property 'crossOrigin' is missing" in Input.
npm install @types/[email protected] // resolves all.
Duplicate. See just a few issues below or a simple search: #528
npm install @types/[email protected] // resolves all, but "Property 'crossOrigin' is missing" in Input.
npm install @types/[email protected] // resolves all.
I was using @types/[email protected] and all of a sudden this issue came up again, and I have to downgrade to @types/[email protected].
Does that means this issues is still not resolved in latest versions of @types/react?
After the latest update, several components in Material Tailwind are now requiring a placeholder prop. This was not the case in previous versions. Developers are prompted to provide a placeholder prop where it wasn't required before.
Steps to Reproduce:
Configure Material Tailwind with React Typescript
Utilize components that previously did not require a placeholder prop.
Observe the error or warning prompting for a placeholder prop.
Expected Behavior:
Components should function as intended without the need for a placeholder prop, as per previous versions.
Environment:
Material Tailwind version: 2.1.8
React version: 18
The text was updated successfully, but these errors were encountered: