atom-react-autocomplete icon indicating copy to clipboard operation
atom-react-autocomplete copied to clipboard

Handle Component Name Collisions

Open DavidWells opened this issue 7 years ago • 0 comments

If you include 2 libraries with the same component names the completions.json will only include one.

Example: if your project has a Button component and a third party library also has Button only one will be in autocompletions

Components will need to be name_spaced to avoid these collisions

DavidWells avatar Jul 08 '16 17:07 DavidWells