embl-communications / science-in-school

Code and planning for the new SiS website
Apache License 2.0
0 stars 0 forks source link

Fix: Info Box and Info Box Column component #517

Closed francisco-ebi closed 2 years ago

francisco-ebi commented 2 years ago

The work for these 2 components was almost the same as this other PR: https://github.com/visual-framework/vf-wp/pull/956 To summarize there were 2 issues:

  1. Replacing the deprecated ExperimentalBlock with useBlockProps hook.
  2. For Info Box component, moving the helper components declaration outside of the edit section of the main component, to avoid resetting/recreating those components.