Reactant
Reactant copied to clipboard
Component.setComponentState should use `weak` self instead of `unowned`
Component.swift file, using unowned can result in a crash in case self is deinitialized (e.g. in a Observable subscription when not disposing it on its deinit).