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
Describe the bug Some properties need to be optional for typescript to not complain
To Reproduce Use the code from within typescript
Expected behavior No errors should be pointed out if "scroll" "className" or "style" are not set
Screenshots
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Some properties need to be optional for typescript to not complain
To Reproduce
Use the code from within typescript
Expected behavior
No errors should be pointed out if "scroll" "className" or "style" are not set
Screenshots
![image](https://private-user-images.githubusercontent.com/1530811/351821796-5d15b03b-8b7a-4f34-b582-c168458e1f07.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDg3NzUsIm5iZiI6MTczOTMwODQ3NSwicGF0aCI6Ii8xNTMwODExLzM1MTgyMTc5Ni01ZDE1YjAzYi04YjdhLTRmMzQtYjU4Mi1jMTY4NDU4ZTFmMDcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMjExNDM1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MTJjZDE5YmM5M2UwZTE0MTM0MTcwNDMyNzYzMDM4YmUxZjUwZWVmMTQ5ZjBlMDhkMTcyZWQ3OTFmMGM1ZTc0MyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.tLpB666Gd0tYYvwku5BPjkUc21slKP3i3kSUjiUgZcw)
![image](https://private-user-images.githubusercontent.com/1530811/351821752-ecc1d321-ba73-4b60-bdba-0a82c1258f97.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDg3NzUsIm5iZiI6MTczOTMwODQ3NSwicGF0aCI6Ii8xNTMwODExLzM1MTgyMTc1Mi1lY2MxZDMyMS1iYTczLTRiNjAtYmRiYS0wYTgyYzEyNThmOTcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMjExNDM1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YmViMTU2NTBhZmJmYmFiNGIwMmUyMTFiYmJjYWJiNjgxNmYyNGVkZDY2YjAyY2NhYmRkNDFmOTNmMWE0OGVkNyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.-pv0uR6KB0mtzQDbUhMenD29_uXH2KJQaTy9Jn06P_4)
The text was updated successfully, but these errors were encountered: