juliancwirko / react-s-alert

Alerts / Notifications for React with rich configuration options
https://www.npmjs.com/package/react-s-alert
MIT License
649 stars 75 forks source link

Error: Cannot read property '_bound' of undefined #3

Closed markshust closed 8 years ago

markshust commented 8 years ago

Receiving this error on React 0.14.6

Error: Cannot read property '_bound' of undefined
TypeError: Cannot read property '_bound' of undefined
    at SAlertContent.handleCloseAlert (SAlertContent.js:75)
    at SAlertContent.js:121
juliancwirko commented 8 years ago

Could you prepare a simple reproduction demo repository? Thanks.

juliancwirko commented 8 years ago

Does this bug appears in React 0.14.7? Because there isn't such bug on react-s-alert demo repo after npm update (actual React is 0.14.7).

markshust commented 8 years ago

Hi @juliancwirko -- thanks for response, I was testing before with 0.14.6 but let me test again on 0.14.7.

markshust commented 8 years ago

I'm still receiving this error with 0.14.7. The Alert shows, but then when it goes away this error is triggered (on unmount).

juliancwirko commented 8 years ago

Hey, ok I'll try to reproduce the bug, but without reproduction repo it can take some time :/ because for me unfortunatelly I can't find the bug :/

juliancwirko commented 8 years ago

I still can't find the error. I will close it. If you feel that it is necessary to re-open, let me know. Thanks.