gregnb / gregnb/mui-datatables

Add support for DefinitelyTyped when using MUI5 and TS

Open
#1,846 6 comments 4 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.7k
Forks
906
PR merge metrics
No merged PRs in 30d

Description

## Expected Behavior

The latest version of DefinitelyTyped/mui-datatables uses
- @material-ui/core: 4.11.3
- @material-ui/types: 5.1.0
as dependencies.

This is an issue if you want to use MUI5, mui-datatables and DefinitelyTyped together since @material-ui/core and @mui/material can not be dependencies in the same project.

## Current Behavior

In DefinitelyTyped/mui-datatables package.json
{
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.3", -> @mui/material
"@material-ui/types": "5.1.0" -> @mui/types
}
}

## Your Environment

| Tech | Version |
|--------------|---------|
| Material-UI |5.2 |
| MUI-datatables |4.0.0 |
| React |17.2 |
| TypeScript |4.3.2 |

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the DefinitelyTyped/mui-datatables package.json dependency block described in the issue and compare its Material-UI package names with the MUI5 setup. Update the dependency references so MUI-datatables and DefinitelyTyped can be used together, then verify the package metadata supports the listed MUI5, React, and TypeScript versions.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.