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
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
When we import FormioModule and MatFormioModule to same module, form-builder components doesnt work properly.
When we import FormioModule to A module, and MatFormioModule to B module. And we lazy load A module, form-builder component works properly. After we load B module, it works properly too. After lazy loaded B module , when we go to 'form-builder' component's page again, it doesnt render. First time everything ok. But second time it doesnt work.
Can we destroy "MatFormioModule" dynamically when we before open the "FormioModule" or another solution? @travist
The text was updated successfully, but these errors were encountered:
When we import FormioModule and MatFormioModule to same module, form-builder components doesnt work properly.
When we import FormioModule to A module, and MatFormioModule to B module. And we lazy load A module, form-builder component works properly. After we load B module, it works properly too. After lazy loaded B module , when we go to 'form-builder' component's page again, it doesnt render. First time everything ok. But second time it doesnt work.
Can we destroy "MatFormioModule" dynamically when we before open the "FormioModule" or another solution? @travist
The text was updated successfully, but these errors were encountered: