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
The index.d.ts typescript definition file is missing the 'style' property, in ReactPlaceholderProps. As a result, using 'style' in the ReactPlaceholder component causes TypeScript compilation to fail. This means the examples as shown will not compile in TypeScript.
'style' needs to be added as an optional property in ReactPlaceholderProps.
The text was updated successfully, but these errors were encountered:
The index.d.ts typescript definition file is missing the 'style' property, in ReactPlaceholderProps. As a result, using 'style' in the ReactPlaceholder component causes TypeScript compilation to fail. This means the examples as shown will not compile in TypeScript.
'style' needs to be added as an optional property in ReactPlaceholderProps.
The text was updated successfully, but these errors were encountered: