I’m using a stash:embed within a stash:get_list like this:
{exp:stash:get_list name="team" process="end" parse_tags="yes"} {stash:embed:partials:team_member process="start" parse_stage="both" parse="no"} {/exp:stash:get_list}
It works, but it gives me the next errors: Strict Standards: Non-static method Stash::get() should not be called statically, assuming $this from incompatible context in .../expressionengine/third_party/stash/ext.stash.php on line 255
Strict Standards: Non-static method Stash::_static_call() should not be called statically, assuming $this from incompatible context in .../expressionengine/third_party/stash/mod.stash.php on line 781
Am I using embed incorrectly? What can I do to fix this?
Thanks!