jasonkuhrt / react-popover

A smart popover component for React
600 stars 253 forks source link

Failed to compile - since v0.5 #146

Closed guillaumervls closed 6 years ago

guillaumervls commented 6 years ago

Hi and thanks for the module,

I updated to v0.5, but now I get :

Failed to compile.

./node_modules/react-popover/index.js
Module not found: Can't resolve './build/main' in '<my-project-path>/node_modules/react-popover'

I'm using create-react-app. To reproduce just create-react-app . && npm install react-popover then add a <Popover/> in src/App.js, then npm start.

I am missing something ?

Cheers

mxmtsk commented 6 years ago

There is a PR for this already: #145 I hope it gets merged quickly too

jasonkuhrt commented 6 years ago

Hey @guillaumervls

I am missing something ?

Nope!

0.5.2 is available now and should fix this and a few others issues. Thanks to #145 and #144