Martin

Results 10 comments of Martin

@mjohnsullivan is there a workaround for now? I'm only looking to swap the animated SVG with another during runtime (no raster images here)

+1 for any sort of markers even small lines every x degrees

Any updates on this? We're trying to use a lib component package within our nextjs setup and I'm getting the same issues

I was simply missing: `mode: 'onChange'` on the form. In the tutorial, the preview seems to be using `mode: 'onTouched'` but the example code does not reflect that. Worth updating?...

I'm getting the same error when installing the basic example. There are dependency conflicts so core is not getting installed

Same issue: ``` event - compiled successfully event - build page: / wait - compiling... info - Using external babel configuration from /home/fridge/Documents/test/craft.js/examples/basic/.babelrc error - ../../node_modules/@craftjs/core/dist/esm/index.js:1:0 Module not found: Can't...

I got it working by downgrading to @craftjs/core (utils and layers too for the other example) to `^0.2.0-beta.7` and using "@material-ui/core": "latest". In any case, on a clean repo clone,...

Can we get this in?