lynndylanhurley / redux-auth

Complete token authentication system for react + redux that supports isomorphic rendering.
Do What The F*ck You Want To Public License
2.13k stars 260 forks source link

Dummy throwing Unknown prop errors #76

Open betoharres opened 8 years ago

betoharres commented 8 years ago

Dummy is throwing a lot of Unknown props errors, as can be seen here as well in my test app using redux auth.

They appear to be same problem of #43 that was closed before but the problem persists.

Any ideas of how it can be solved? I'd be glad to send a PR if I can. Thanks

lynndylanhurley commented 8 years ago

It's a problem with the react-bootstrap library. It may be fixed now, here's the issue:

https://github.com/react-bootstrap/react-bootstrap/issues/1994

If it's fixed I'll push an update ASAP.

On Mon, Aug 22, 2016, 11:44 AM Alberto Harres Rocha < notifications@github.com> wrote:

Dummy is throwing a lot of Unknown props errors, as can be seen here http://pastebin.com/Y8Huwp1E as well in my test app https://github.com/betoharres/redux-auth-test using redux auth.

They appear to be same problem of #43 https://github.com/lynndylanhurley/redux-auth/issues/43 that was closed before but the problem persists.

Any ideas of how it can be solved? I'd be glad to send a PR if I can. Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lynndylanhurley/redux-auth/issues/76, or mute the thread https://github.com/notifications/unsubscribe-auth/AAckRT3MdMmvXrICCxs18qV5SsrHUmnFks5qidHlgaJpZM4JqEad .

betoharres commented 8 years ago

Nice, thanks!! 😃

chunsli commented 8 years ago

@lynndylanhurley the RB issue has been closed and there's a PR related to it merged as well. Would love to see this fixed and updated if possible :) thanks for your great work