You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current regex that we have to append the block name to the div of the block is pretty weak.
With the code in the first image, the regex fails, and the data-block-name isn’t appended to the div of the block. With code in the second image, the data-block-name is appended correctly.