tonyhb / redux-ui

Easy UI state management for react redux
636 stars 58 forks source link

Setting up library do we need to initialize ui prop? #81

Closed ArcInteractive closed 7 years ago

ArcInteractive commented 7 years ago

Hi,

I'm a relative newbie to React so maybe I'm just doing something stupid but when trying to integrate this library I get the following error.

Warning: Failed prop type: The prop `ui` is marked as required in `UI`, but its value is `undefined`.
    in UI (created by Connect(UI))
    in Connect(UI)
    in Provider

Thanks, Donavan

tonyhb commented 7 years ago

Can you post the code you're using which gives this error?

ArcInteractive commented 7 years ago

Mmmm, not really, I've settled on just plain Redux for UI state. Thought maybe it was something simple and obvious. I'll try this library again on my next project.

Thanks :-)

tonyhb commented 7 years ago

Sounds good :D