:warning: If you don't have something to report in the following format, it will probably be easier and faster to ask in the slack channel first. :warning:
:warning: Please take you time to fill in the fields below. If we aren't provided with this basic information about your issue we probably won't be able to help you and there won't be much we can do except to close the issue :( :warning:
If you still want to report issue, please delete above statements before submitting an issue.
Short description of the issue:
We keep receiving an error saying that our UITableView does not conform to protocol 'ReactiveCompatible'
Expected outcome:
The code should run smoothly.
What actually happens:
We receive an error of "Type 'inout UITableView' does not conform to protocol 'ReactiveCompatible'"

Self contained code example that reproduces the issue:
searchViewModel
.sectionItems?
.do(onCompleted: { _ in
SVProgressHUD.dismiss()
})
.bind(tableView.rx.items(dataSource: searchViewModel.dataSource))
.addDisposableTo(rx_disposeBag)
// The error is in the second to last line
RxSwift/RxCocoa/RxBlocking/RxTest version/commit
3.6.1
Platform/Environment
How easy is to reproduce? (chances of successful reproduce after running the self contained code)
Xcode version:
8.3.3
:warning: Fields below are optional for general issues or in case those questions aren't related to your issue, but filling them out will increase the chances of getting your issue resolved. :warning:
Installation method:
I have multiple versions of Xcode installed:
(so we can know if this is a potential cause of your issue)
Level of RxSwift knowledge:
(this is so we can understand your level of knowledge
and formulate the response in an appropriate manner)
i met the same problem, how did you solve?
Most helpful comment
i met the same problem, how did you solve?