ag-grid-react-peerless
ag-grid-react without peer dependencies. This is workaround created for projects migrating to a different ag-grid-react version from an older one incrementally since we cannot install multiple ag-grid-react versions easily in a single project.
Usage
Install
npm install --save @xamfoo-org/ag-grid-react-peerless
Import
Import like using ag-grid-react
import { AgGridReact } from '@xamfoo-org/ag-grid-react-peerless';
Versioning
Major versions of this package should match corresponding major versions of
ag-grid-react
so you can pick a major version you like. Also ensure that your
React version is compatible with the version of ag-grid-react-peerless
you
are using.