Boyd Dames
Boyd Dames
Currently minions are both `DropTarget`'s and `DragSource`'s, because you can drag the minion, but also drag a minion on top of another minion to position them next to them. In...
Don't forget to also remove Redux DevTools in production. **Files that have ESLint errors disables, because of this issue:** - [ ] `containers/DevTools/DevTools.js` - [ ] `redux/configureStore.js` - [ ]...
Thanks to @IljaDaderko for pointing that out.
As described in the [redux recipe about using selectors](https://github.com/reactjs/redux/blob/master/docs/recipes/ComputingDerivedData.md) we are using a selector in two different containers. This will make the selector not memoizable, so we might want to...
## Description It seems that with the [Stripe API version upgrade](https://github.com/beam-community/stripity_stripe/pull/748) we accidentally deleted the way for subscriptions to be cancelled. The [Stripe API docs](https://stripe.com/docs/api/subscriptions/cancel) (and their SDK) still mention...
👋 It seems that this repository is outdated and is used to populate unofficial (outdated) client-sdk's for languages that are not maintained by Slack itself. Can we mark this repository...