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
Fix the configurability of CoreExtension deps in standalone usage
When using the Forms entrypoint to configure the component, there was
no chance to configure dependencies of the CoreExtension, as the one
registered without argument was first and would win.
The builder now delays the prepending of the CoreExtension to do it only
if the CoreExtension is not registered explicitly.
0 commit comments