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
Going with this approach instead - no need to make this a reusable hook as was discussed in slack as there are no other function components in sink that use loadComponent()
The use of loadComponent(
LinkModal.${handlerName}
); in LinkModalContainer.js caused this hard to diagnose issue #85 (comment)Either fix this so that it doesn't cause re-rendering issue in elemental, or remove it and use
<LinkModal>
directlyThe text was updated successfully, but these errors were encountered: