Closed jasonbahl closed 4 months ago
This ensures that Blocks have an ID when resolving and assigns a unique ID (mimicking clientId behavior) if a block does not have an ID.
closes #230
Screenshot of just the AcfeAdvancedLinkFieldTest.php:testFieldOnAcfBlock test failing
AcfeAdvancedLinkFieldTest.php:testFieldOnAcfBlock
Screenshot of all wpunit tests passing
What does this implement/fix? Explain your changes.
This ensures that Blocks have an ID when resolving and assigns a unique ID (mimicking clientId behavior) if a block does not have an ID.
Does this close any currently open issues?
closes #230
Any relevant logs, error output, GraphiQL screenshots, etc?
BEFORE
Screenshot of just the
AcfeAdvancedLinkFieldTest.php:testFieldOnAcfBlock
test failingAFTER
Screenshot of all wpunit tests passing