3004 introduced a change in the hook order to fix a regression in compatibility with v4. However, this breaks some app generated with v5 pre releases where resolveResult and resolveExternal were registered as after hooks. Since resolveResult should be used as an around hook anyway for proper virtual property support, they will now throw an error if they are used as after hooks.
3004 introduced a change in the hook order to fix a regression in compatibility with v4. However, this breaks some app generated with v5 pre releases where
resolveResult
andresolveExternal
were registered asafter
hooks. SinceresolveResult
should be used as anaround
hook anyway for proper virtual property support, they will now throw an error if they are used asafter
hooks.