You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
our package shouldn't have dependencies unless strictly required, it now has 4 of which 1 is material-table and the other 3 are material-table peerDeps
usages on utilizing projects does not justify the need for a custom lib, @material-ui/core does the job
We can consider to go back to it once it fixes the issues with packages and dependencies.
In the scope of this issue, also other Table related issues could be handled: #86, #87, #88, #98, #100, #101, #103
Of course current utilizing projects should have no or limited impact.
Test coverage to be as complete as possible.
The text was updated successfully, but these errors were encountered:
The initial decision of using
material-table
component has to be dropped, in favour of standardTable
component offered by@material-ui/core
.This action is required for the following reasons:
@material-ui/pickers
, see pickers as a peer dependency mbrn/material-table#2259)package.json
which reflect to multiple versions of same package in utilizing projects (for instancedate-fns
and the whole package ofdate-io/*
, see https://github.com/mbrn/material-table/issues?q=is%3Aissue+is%3Aopen+date-fns+)dependencies
unless strictly required, it now has 4 of which 1 ismaterial-table
and the other 3 arematerial-table
peerDeps@material-ui/core
does the jobWe can consider to go back to it once it fixes the issues with packages and dependencies.
In the scope of this issue, also other
Table
related issues could be handled: #86, #87, #88, #98, #100, #101, #103Of course current utilizing projects should have no or limited impact.
Test coverage to be as complete as possible.
The text was updated successfully, but these errors were encountered: