Enhancement
A registry middleware that can be used get the widgets registry handler which provides access to the global and locally scoped registry.
export const getRegistry = factory(({ id }) => {
return () => {
/* return the registry handler or null */
};
});