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
{{ message }}
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
The AcfBlockMediaText component is overriding the image with an empty object currently:
// TODO: Query the DB for the image ID and replace the attributes.data with the correct information.
attributes.data = {
...attributes.data,
image: {}
}
The text was updated successfully, but these errors were encountered:
We took a jab at converting what we have, i think i need to convert to use getstaticprops, as Im able to console out img and get the return path in the console but cant get it to render.
Also im not sure how this reacts to having multiple of the same block on the page, i had weird results but it could be my environment.
The
AcfBlockMediaText
component is overriding the image with an empty object currently:The text was updated successfully, but these errors were encountered: