Closed MattWilcox closed 5 years ago
@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.
@brandonkelly Thanks! You have just uncovered a snippet of code that I've just pulled over from my Craft2 builds and forgot was not standard. It's from Eager Beaver... https://github.com/nystudio107/eagerbeaver
Description
This issue has been closed: https://github.com/craftcms/cms/issues/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