Open
Description
hi,
I had a problem,
when I want to use withService only with actions, it also needs services even it is empty and I have no services and if I dont specify that it will not working and component will not be rendered.
like below:
withService({
services: {},
actions: {
changeState: app.services.complaint.changeState
}
})(MyComponent)
Please check it.
thanks.
Metadata
Metadata
Assignees
Labels
No labels