Closed jverkoey closed 7 years ago
We actually don't want to do this because it circumvents the runtime's ability to ensure that we are always working with the same reactive properties. runtime.get
is the preferred way to get a reactive gesture recognizer.
This will allow gesture recognizers to be treated as streams more easily.