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
With v0.9.2 i get an error about a missing provider for SuiComponentFactory when i load just individual modules, specifically SuiSelectModule and using sui-multi-select from it, instead of the full SuiModule. Importing SuiUtilityModule makes the error go away but i'm not sure if it is intended this way.
Link to minimally-working plunker that reproduces the issue:
Good catch, turns out select & modal were missing the module imports after the project reshuffle in this release.
For now, as you've worked out, adding SuiUtilityModule and SuiLocalizationModule whenever you are importing the SuiSelectModule, and adding SuiUtilityModule whenever you are importing SuiModalModule provides a workaround until this goes into a release.
Bug description:
With v0.9.2 i get an error about a missing provider for SuiComponentFactory when i load just individual modules, specifically SuiSelectModule and using sui-multi-select from it, instead of the full SuiModule. Importing SuiUtilityModule makes the error go away but i'm not sure if it is intended this way.
Link to minimally-working plunker that reproduces the issue:
http://plnkr.co/edit/RiOsIb4uoxAOhW31VX2i?p=preview
Selecting an option throws the error. Import SuiUtilityModule and it goes away.
Version of Angular, ng2-semantic-ui, and Semantic UI:
The text was updated successfully, but these errors were encountered: