lou/multi-select

How to import or require multi-select when installed with yarn ?

Rmy5 opened this issue · 1 comments

Rmy5 commented

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.

Rmy5 commented

So this is how I did it:

import multiselect from 'multiselect';