Marco Wettstein
Marco Wettstein
Migrated from: apollographql/react-apollo#3108
i think * is ok for a library like this
Hi there, chai-enzyme provides some more tools to test components, should we add this to the tests as well? It needs a tiny bit of boiler, so it makes sense...
The function `projectPointerEvent` raycasts on every child, no matter if a certain child needs pointer events. It would probably better to filter out children that not have defined onClick3D or...
Hi there, if my scene gets re-rendered because a prop or state changes, orbit-controls resets to the initial position. How can i keep it's state?
reproduction: ``` FastRender.onAllRoutes(function() { this.subscribe("my-subscription", "a"); }) FastRender.route('/foo', function() { this.subscribe("my-subscription", "b"); }); ``` then only `my-subscription` with param `b` will end up in the injected data. EDIT: acutally, the...
reproduction: ``` FastRender.onPageLoad(async sink => { sink.appendToBody('test'); }) ``` will result in `[object Object]test` instead of `%7B%22fast-render-data....>test` The problem is probably in inject-data
**Problem** Slate was recently changed to be an uncontrolled component. this leads to massive problems for integrators of slate as uncontrolled components are not predictable because they have an inner...
#### Issue Description reopen of https://github.com/FaridSafi/react-native-gifted-chat/issues/2019 since that was not solved and closed without resolution
#### Issue Description i load messages from an endpoint (using apollo-client). The chat window is initially empty, until i add another message, then all loaded messages are shown. the messages...