cvlmtg
cvlmtg
Hi, I'm trying to integrate my store (which uses immutable.js for its state) with redux-devtools using this api: ```js const options = { serialize: { immutable: Immutable, refs: [ Exercise,...
it looks like that since upgrading shipit-cli from 3.0.0 to 4.1.0 and shipit-deploy from 2.5.1 to 4.1.0, the rsync command broke my deploy script with this error: ``` @tools.bsmart.so-err Warning:...
this is what happens when you edit an entity that have a field named "head":  instead of the content of that field you see...
This PR should fix the positioning of elements when applying `transform: scale()` to any element or any of its parents. it's based on https://github.com/floating-ui/floating-ui/issues/1594#issuecomment-1086821366 but instead of passing the scale...
Hi, I'm trying to integrate my store (which uses immutable.js for its state) with redux-devtools using this api: ```js const options = { serialize: { immutable: Immutable, refs: [ Exercise,...
Hi, if you look at this example: https://codesandbox.io/s/peaceful-lewin-csrnm changing the `disabled` prop on a new render doesn't disable the select. The select is disabled only if `disabled` is true on...
the file `dist/ZoomButtons.js` contains the line `require("./styles.css");` which makes the bundling fail...