Charles Rostaing

Results 6 comments of Charles Rostaing

@alexandrius 's code was raising alerts as updateState was non defined. This did the trick for me: componentDidUpdate (prevProps, prevState, prevContext) { if (prevProps !== this.props) { const value =...

This should be fixed with this PR I think https://github.com/darioielardi/flutter_speed_dial/pull/286 Can we have a new release with the latest merged PRs ? Thanks

In my use case, I have a table view and i can go to the first page, next page, previous page and last page, also I can apply filters and...

Please add this fix

Sorry I didnt realize i had not pushed the last commit Here is the PR for it. https://github.com/TriPSs/nestjs-query/pull/308

@TriPSs Let me know if you have enough info with the example in the PR or if you want any additional details Thanks