Aurélien Chivot-Buhler
Aurélien Chivot-Buhler
Why is it not possible to use `ng-repeat` inside a `deckgrid` while `ng-repeat` can be used recursively ? Demonstration of both non-working (deckgrid) and working (ng-repeat) behaviour here : (http://codepen.io/anon/pen/nfzHk/)
Fix for issue #27 with a $timeout defer Not sure this is the best workaround, at least it should work consistently if anyone wants a quick fix Tests pass (updated...
**Here are the two issues fixed in this pull request, along with small fixes by jshint:** - **iOS resize event beeing fired a lot on scroll behaviour** Grid-A-Licious would flicker...
I don't know if i'm doing this correctly, but it seemed to me that when switching to another story, the theme is reset to index 0. It means that to...
Sorry if the issues are not the correct place to ask a question! I'd like to assert that an action is causing some other actions to trigger, but not others....
Another question regarding testing order and number of triggered actions. Let's say I have a `search()` action that triggers `searchLoading()` and then `searchResults()`. If a search action is coming before...
I believe there is no link between this code and the recent issues. And it's a valuable improvement. Replays the following PRs from the old master: - #536 - #537...
**Describe the bug** When using the touch backend, there is no preview of the dragged element. Using DragPreviewImage does not seem to work. **Reproduction** You can find a codesandbox here:...
In a custom hook, I forgot to wrap my `setState` call in a `useEffect`, which did not pose any problems prior to React 18 but now this does not work...
mapStateToProps should not be called with functional component rendering a connected class component
### What version of React, ReactDOM/React Native, Redux, and React Redux are you using? - React: 18.2.0 - ReactDOM: 18.2.0 - Redux: 4.2.1 - React Redux: 8.0.5 ### What is...