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

Switch all blocks to exposing props. #151

Open
tcmulder opened this issue Jan 7, 2025 · 0 comments
Open

Switch all blocks to exposing props. #151

tcmulder opened this issue Jan 7, 2025 · 0 comments

Comments

@tcmulder
Copy link
Owner

tcmulder commented Jan 7, 2025

10up does the following, which is smart, if a little more verbose:

const ExampleBlockEdit = (props) => {
  const { attributes, setAttributes } = props;
  const { thing } = attributes;
}

It would allow me to console log all props, which would be very convenient. It'd also separate the props being used from the function declaration, which would reduce line length red squiglies from the linter :-)

@tcmulder tcmulder converted this from a draft issue Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant