Filip Kittnar
Filip Kittnar
I want to use the library offline. I followed the tutorial in documentation, configured `corePath` and `workerPath`, which lead to JS files deployed locally and they are pre-cached by PWA....
Hello, I tried the recently added FormData binding in a ReScript project exactly according to your example with appendObject and it doesn't work. The problem is that the JS snippet...
Hello, When trying to use the ScopedCssBaseline module, I get runtime error: > Attempted import error: 'ScopedCssBaseline' is not exported from '@material-ui/core' (imported as 'Core').
What I have: ``` "rescript": "^11.0.0-beta.4", "@greenlabs/ppx-spice": "^0.2.0", ``` Also, in bsconfig: ``` "bs-dependencies": ["@greenlabs/ppx-spice"], "ppx-flags": ["@greenlabs/ppx-spice/ppx"], ``` When I add your basic example to any module: ``` @spice type...
Hi, for some very strange reason the rescript-debounce doesn't work in Cypress (Chrome browser).
Compilation throws this error: ``` FAILED: src/Dnd__DndManager.cmj We've found a bug for you! /home/development/app/node_modules/rescript-dnd/src/Dnd__DndManager.res:1586:13-1602:7 1584 ┆ 1585 ┆ 1603 ┆ children 1604 ┆ The record field value can't be found....