Tharun T
Tharun T
**Notes for Reviewers** This PR is related to #9985 - [x] replaced dataFetch calls with rtk-query calls - [x] added error logs for rtk-query hooks - [x] removed useEffects with...
In the image:  
**Notes for Reviewers** This PR is related to #9985 - library docs can be found [here](https://redux-toolkit.js.org/rtk-query/overview) ### Thoughts: - should the [ACTION_TYPES](https://github.com/meshery/meshery/blob/30037ef57e1f77fbedcd80c7599f87e0e30a1720/ui/components/Filters.js#L295) object be removed in favour of builtin errors...
#### Current Behavior - This minimal example, does'nt render the table and columns prop is ignored. ```tsx import { ResponsiveDataTable } from "@layer5/sistent"; function App() { const columns = [...
**Notes for Reviewers** This PR fixes lint-staged - Now only staged files will be linted and formatted before committing. #### Docs: - [nextjs](https://nextjs.org/docs/pages/building-your-application/configuring/eslint#lint-staged) **[Signed commits](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [x] Yes, I signed...
**Description** This PR adds Prettier to the Project. ### Todo: - [x] - add CI check for Prettier. - [x] - [blocked] trigger prettier from lint-staged. - requires lint-staged #5680...