Closed taifen closed 10 months ago
Latest commit: 9a6fd361380e6540edffe1e4068084a8b87c269a
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
We use
npm
and React 17 in our project, but@miksu/react-tiny-popover@3.5.1
adds React 16 and causes errors due to multiple React versions at runtime. So we had to add aliases forreact
andreact-dom
to the Webpack configuration. It would be nice if packages could work without them.This PR replaces
@miksu/react-tiny-popover
with the latestreact-tiny-popover
package.Also, the contribution guidelines seem to be out of date, so I've replaced the
yarn
commands with ones I used but would appreciate feedback on this.Thanks for the nice library!