I just want an autocomplete select on my site that will play nice with React. So I choose react-select. Over 3300 NPM dependencies downloaded and I feel sick.
@souldessin I think I have a solution (checking this morning). This isn't as trivial as the Toasts we implemented recently because autocomplete needs to interact with data binding and with APIs, and support keystrokes and fuzzy matching. I am trying to avoid re-implementing all that.
Predictable conclusion of the NPM debacle: failed to load due to a circular dependency somewhere.