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

Selecting a Section in the sample project and resizing it fails #6134

Open
maltenuhn opened this issue Jul 29, 2024 · 0 comments
Open

Selecting a Section in the sample project and resizing it fails #6134

maltenuhn opened this issue Jul 29, 2024 · 0 comments
Labels
Interesting Perceived Bug Something that feels broken or like a problem

Comments

@maltenuhn
Copy link
Member

NB: This is a red herring because we know why it fails:

  • Section does not implement support for style even as an override
  • it has a minHeight set via a prop
  • there is no support for tailwind (but I don't think that matters here)

The questions are:

  • can we make a resize happen successfully?
  • if the component does not support the style prop, can we know this and prevent resizing?
  • if the component is in userland code and forgot to implement the style prop, can we fix this (maybe via a buton on the instance)
  • how can we communicate in the inspector that, no, you can't change these properties?
  • how can we communicate this on the canvas?
  • is there a solution for all of this that does not require component annotations at all?
@maltenuhn maltenuhn added Interesting Perceived Bug Something that feels broken or like a problem labels Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Interesting Perceived Bug Something that feels broken or like a problem
Projects
None yet
Development

No branches or pull requests

2 participants