Ivo Pinheiro
Ivo Pinheiro
__How often can you reproduce it?__ - [x ] Always - [ ] Sometimes - [ ] Rarely - [ ] Unable - [ ] I didn’t try __Description:__ When...
Add wildcard support in maps. Example: ``` "map": { "gridstack/src/gridstack.jQueryUI": { "jquery-ui/*": "jquery-ui/ui/*", } }, ``` Currently it only works if we map all the files individually for a package:...
https://github.com/ag-grid/ag-grid-enterprise/blob/939448dc97a17739fdcb48d1822feebd1540887d/package.json#L44-L46 When using `ag-grid-enterprise` together with `ag-grid-react` I'm having this warning when running `npm install`: ``` npm WARN [email protected] requires a peer of ag-grid-community@^18.0.0 but none is installed. You must...
Derived properties from `can-connect` `getList` result are being recomputed for every single result list item when a second call is made. __How often can you reproduce it?__ - [x] Always...
Components implemented based on Ylem.Component are not updating the when props changes. Here is a small example based on the Ylem sample CodeSandBox that reproduces the issue: https://codesandbox.io/s/ylem-paginated-grid-demo-gnn6d?fontsize=14