mui-datatables
mui-datatables copied to clipboard
yarn dependency warning with [email protected] and mui-datatables
I am getting the following warning when using yarn:
➤ YN0060: │ nathanael@workspace:. provides react (pd2ae2) with version 17.0.2, which doesn't satisfy what mui-datatables and some of its descendants request
>yarn why mui-datatables
└─ nathanael@workspace:.
└─ mui-datatables@npm:4.0.0 [017b0] (via npm:^4.0.0 [017b0])
Expected Behavior
I expected no yarn warnings
Current Behavior
I am getting the following warning when using yarn:
➤ YN0060: │ nathanael@workspace:. provides react (pd2ae2) with version 17.0.2, which doesn't satisfy what mui-datatables and some of its descendants request
>yarn why mui-datatables
└─ nathanael@workspace:.
└─ mui-datatables@npm:4.0.0 [017b0] (via npm:^4.0.0 [017b0])
But AFAICT I'm using the latest mui-datatables which lists [email protected] in its package.json:
"react": "^17.0.2",
Steps to Reproduce (for bugs)
Your Environment
| Tech | Version |
|---|---|
| Material-UI | 5.4.1 |
| MUI-datatables | 4.0.0 |
| React | 17.0.2 |
| browser | (electron 4.1.3) |
| etc |