cmark1302

Results 13 comments of cmark1302

@GeospatialMax I just fixed the issue for PnP with below code ``` test: { alias: { '@nivo/pie': require.resolve('@nivo/pie/dist/nivo-pie.es.js'), } } ```

+1 do we have any update on this ?

dndkit worked well for me. Here is the complete code ``` import * as React from "react"; import Chip from "@mui/material/Chip"; import Autocomplete from "@mui/material/Autocomplete"; import TextField from "@mui/material/TextField"; import...