Rmy5 opened this issue 4 years ago · 1 comments
What is the right way to import or require multi-select ?
I've tried the following:
require('multiselect');
Module imports doesn't seem to work either.
So this is how I did it:
import multiselect from 'multiselect';