react-context-consumer-hoc icon indicating copy to clipboard operation
react-context-consumer-hoc copied to clipboard

Remove unused dependencies

Open pgarciacamou opened this issue 4 years ago • 0 comments

We don't use react-dom or redux, but still, we have them in the devDependencies.

Although this is not a big deal because they are development dependencies, it would be good to clean them out.

That said, the peer dependencies, well, it doesn't really makes sense to me to have react-dom as a peer dependency as it really doesn't matter for the component, or should it?

pgarciacamou avatar May 23 '20 20:05 pgarciacamou