Reginald Johnson
Reginald Johnson
Also, why is 'fields' there? What does 'fields' mean, and why isn't it just 'query/[QUERY_NAME]'
It sounds like you're saying that if we want to provide text to the `DragTextEditor` component, then it needs to be provided via the `PlaceHolder` prop; Is that correct? If...
Okay, that makes sense. If that is the case, then I don't think this PR is necessary.
@jeanlauliac can you provide more information about your solution? The extraNodeModules link now resolves to a 404 page.
I just downloaded the @next version about an hour ago. It is on the webview side, not the React-Native side On Jan 22, 2018 8:15 AM, "Andrei Volchenko" wrote: Hey...
Here it goes: ``` componentDidMount() { console.log(`WebViewLeaflet INFO: connecting to remote`); connectToRemote(this.webview) .then(remote => { this.remote = remote; console.log(`WebViewLeaflet INFO: remote connected`); this.bindListeners(); // attempt to send the map center...
@R1ZZU, user @PaddyLock is using my react-native-webview-braintree package and has run into the same error on iOS (no problems in in Android). I'm sure it's the same problem that @SamBellerose...
Thanks. Let me know if I can help.
I've seen this issue in projects that don't use drei. I was able to solve it by specifying the `component` prop of MUI `Box` components as `div` like this ```...
If the modal handles an onclick event, then use it to call the same code that the pause button does.