ReactiveCocoa / ReactiveSwift

Streams of values over time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'value' is inaccessible due to 'internal' protection level

asheesh5391 opened this issue · comments

I am moving to ReactiveSwift 6.0 to 6.1.0 and facing following issue.

'value' is inaccessible due to 'internal' protection level

can someone help me out?

Thanks.

Looks like you are hitting #733. Result.value was public unintentionally, so it was changed to internal. You could/should add your own extension to Result.