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

Type Issue setting height of 100% #650

Open
eichgi opened this issue Aug 2, 2024 · 1 comment
Open

Type Issue setting height of 100% #650

eichgi opened this issue Aug 2, 2024 · 1 comment

Comments

@eichgi
Copy link

eichgi commented Aug 2, 2024

First of all this package is really great, thanks for it!

I've been adding this editor to my next app but when trying to define the height as 100% the linter throws an error given height is expecting a number. The building is also crashing due to this mistype.

Is there another way to define the height as 100% so I can avoid the building issue?

Thanks in advance!

Screen Shot 2024-08-01 at 23 33 51

@jaywcjlove
Copy link
Member

@eichgi I don't understand this error because its type is a standard type.

height?: CSSProperties['height'];

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

2 participants