Salman Mehmood

Results 6 comments of Salman Mehmood

@inmativ can you try deleting the `dist` folder and then start nest again? Re-transpiling the files seems to resolve quite a few issues sometimes.

@vishalbalaji, I tried out the feature and I feel one thing is missing in the implementation. Currently, the query only re-runs if the input changes to a truthy value. I...

@vishalbalaji I've noticed another issue: 1. Consider a page loads that has the query created by `createServerQuery` and its inputs change. 2. A network request is made when the inputs...

any update on this? This is a production critical bug for me.

The issue seems to have been resolved in the canary release. If you are using `eslint-plugin-react`, some rules such as `react/display-name` or other recommended ones don't work: https://github.com/jsx-eslint/eslint-plugin-react/issues/3699.

The issue seems to have been resolved in the canary release of `eslint-plugin-react-hooks`. https://github.com/facebook/react/pull/28773 However, using some rules from `eslint-plugin-react` such as `react/display-name` or other recommended ones still doesn't work....