tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
188 stars 18 forks source link

Fix: Inserted pattern styles #1188

Closed tomusborne closed 4 months ago

tomusborne commented 4 months ago

I noticed a bug introduced in #1180 where the uniqueId would change after insertion, but the local block styles wouldn't update, as they're memoized.

This PR updates the uniqueId attributes before the block is inserted, so things can remain memoized.