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
This does not appear to be fixed in 3.3.0.1; I have exactly the same issue as always; when a Matrix is eager loaded, the live preview does not reflect updates to the changes in a Matrix field.
Sample code that is not working with Live Preview:
@MattWilcox whatever your eagerLoadElements function is doing (that’s not a standard Craft function), it’s not actually eager-loading anything from the looks of it, otherwise you would be getting an error when you try to do entry.mixedContent.all(). Once mixedContent is eager-loaded, it will return an array, not an element query object with an all() method.
Description
This issue has been closed: #1787
This does not appear to be fixed in 3.3.0.1; I have exactly the same issue as always; when a Matrix is eager loaded, the live preview does not reflect updates to the changes in a Matrix field.
Sample code that is not working with Live Preview:
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: