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
By default is not posible to import the library using an import declaration like import DualListbox from "dual-listbox";. To solve this problem I had to patch the package.json inside node_modules folder with:
By default is not posible to import the library using an import declaration like
import DualListbox from "dual-listbox";
. To solve this problem I had to patch thepackage.json
insidenode_modules
folder with:Once this is added everything works as expected.
The text was updated successfully, but these errors were encountered: