react-selectize icon indicating copy to clipboard operation
react-selectize copied to clipboard

CommonJS Compatibility

Open aleemb opened this issue 9 years ago • 0 comments

I believe this might be needed at the end to allow the package to be used via NPM:

module.exports = ReactSelectize;

Without this line I get an error with require('ReactSelectize').

aleemb avatar May 24 '15 13:05 aleemb