Marco Wettstein

Results 325 comments of Marco Wettstein

to clarify: this usecase is not for mutations, rather for endpoints that need some json data as input, similar to a graphql query

having skip would be similar to apollo-client. i think its a must for auto managed state

is there an update on this?

> @macrozone could you please provide the content of `.meteor/packages` and `.meteor/versions`? There might be a bug when using a package published with very old Meteor versions. thank you for...

ok i opened the bundler.js file in `/Users/myuser/.meteor/packages/meteor-tool/.2.6.1.12e6q0a.j47t++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/tools/isobuild` and logged out which packages would violate the assertion by not having `_dataUsed` The first package that complained was `launch-screen` which is...

> @macrozone Are you using a standalone DB or the integrated one? What version of MongoDB are you running? I have the exact same problem; I deleted my version file...

> @macrozone > > I got my app running again by doing the following; just trying to help: > > 1. Updating MongoDB.... through lots of testing I came to...

> @macrozone I created a new app and copied over the packages and versions files, and did not encounter the error. > > > i opened the bundler.js file in...

I am now using https://github.com/luggit/react-native-config which works with react-native 0.50

> I'm new to Slate, and I'm guessing this is the reason why I can't get the onChange prop to work ? > > I made a [simple codebox example](https://codesandbox.io/s/dazzling-bird-3yzvs2?file=/src/App.js)...