Lawrence Wang
Lawrence Wang
It appears to be an issue with the `placeholder` setting: when i disable the placeholder, the undesired autofocus behavior stops.
Cool! I haven't had a lot of time to dig into this so far, but I would like to find some. I'm a big fan of .env files and keeping...
So far the main use case I've found is that the iOS and Android simulators need different hostnames for API access in development, e.g. iOS can use "localhost" but Android...
@chanan maybe the workaround I came up with (see above) will work for you.
@nealoke yes, I noticed you had a different issue which caused the same error message.
@timrichd if you need a solution now, check out the fork that I linked above, which adds a `Model.createClass` workaround.
I have been able to get the editor working on iOS with react-native 0.45.1 by using [react-native-webview-bridge-updated](https://www.npmjs.com/package/react-native-webview-bridge-updated). The README needs to be changed; it mentions this package but links to...
Sorry, I haven't. On Mon, Mar 23, 2015 at 7:04 AM, Miguel Coquet [email protected] wrote: > have you had any success with this? I'm suffering from the same issue. >...
I noticed this when working in the mcd branch of Dai.js on the ganache testchain. I created a snapshot with a deployment of MomLib and configured Dai.js to use it...
I just started seeing this on Heroku today as well, with version 0.22.0 of yarn. Changing to version 0.23.2 fixed it. Change the version on Heroku by adding to package.json:...