Skip to content
New issue

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

index.d.ts missing 'style' property #67

Closed
don-p opened this issue Mar 23, 2018 · 0 comments
Closed

index.d.ts missing 'style' property #67

don-p opened this issue Mar 23, 2018 · 0 comments

Comments

@don-p
Copy link

don-p commented Mar 23, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant