Kevin Ashworth

Results 10 comments of Kevin Ashworth

My fix to this bug is to edit (not in Vulcan-Starter but in Vulcan) `packages/vulcan-forms/lib/components/FormNestedArray.jsx`. I’ve added `this.forceUpdate()` to `removeItem` (too clunky?) and I also changed `isDeleted` to what it...

Ack! I seem to have added the same commit twice for some reason, sorry. I think https://github.com/kevinashworth/Vulcan/commit/f08811f9ee628e9896b116e3686eea4837050423 is the best one?

This bug still persists, but my proposed fix in PR #2392 did not fix it and was, frankly, misguided. So I closed that PR. I am formulating an alternative fix...

Seems [`beta.10` is latest](https://github.com/apollographql/apollo-client/releases); should work, too. And is there a better variable name than 'existingData'. Probably, I didn't think about that very long! Anyway, my two-repo install seems to...

The Apollo breaking change is intentional and probably won't be fixed, in the sense of reverted to previous behavior, so I think Vulcan needs to change its codebase. I do...

What if we create a new setting `acceptPossiblyStaleDataFromApollo`? It defaults to `true` so that nobody has to set it unless they know the complexities of this issue. It tells multi...

Or create your own: `npx create-react-app my-redux-saga-beginner-tutorial` `cd my-redux-saga-beginner-tutorial` `yarn add redux redux-saga` Copy `main.js` except for the first line into `src/index.js` Copy `reducers.js` and `Counter.js` into `src` Optionally, delete...

I had the same question, and also came here via react-cosmos. By the way, as I didn't see explicit install instructions, after a couple of attempts I found this to...

Click on "New Component" to bring up the page with the "Generate" buttons

For `table` `tbody` `tr` add/remove, I'm liking the results a little more than the defaults through simplifying the animation through a custom plugin: ``` const [parent] = useAutoAnimate((el, action) =>...