Results 4 issues of Caspar Fischer-Zernin

## Describe the bug After upgrading from 0.71 to 0.72 one of my test fails because `fireEvent` no longer triggers the event. If I disable the new `isPointerEventEnabled` check the...

## Environment ``` OS: macOS 10.15.4 CPU: (8) x64 Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz Memory: 355.68 MB / 16.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 13.11.0 - /var/folders/vs/2mgym3v938b0tdl4jj7dkw900000gn/T/yarn--1585892597011-0.5218117306373009/node...

💪 Solution
0.62.0

### Steps to reproduce Given I have the following association: ```ruby class Comment < ApplicationRecord belongs_to :commentable, polymorphic: true, optional: true, inverse_of: :comments end class Post < ApplicationRecord has_one :comment,...

We did not find any solutions for our stack React-Native/Rails/GraphQl/Apollo and specifically had problems creating an ActionCable that connected properly with GraphQL subscriptions. The solution was a combination of this...