Jack

Results 3 comments of Jack

A workaround I'm using to get storybook building locally using "@storybook/react": "^6.5.5", : 1. In your node_modules go to `@storybook\core-server\dist\cjs` 2. Open `build-static.js` 3. Find `await (0, _cpy.default)(defaultFavIcon, options.outputDir);` and...

I am also having this issue, though maybe I am not setting up the config correctly? Code can be run [here](https://dotnetfiddle.net/MOvzYp) ``` using System; using Mapster; public class Program {...

I am also running into this issue. I have recreated it in a newly stood up next.js starter. Schema can be found [here](https://github.com/jackfrosty908/tina-test/blob/main/tina/collection/bugReproduction.ts) Site is hosted [here](https://tina-test-mocha.vercel.app/admin/index.html#/collections/bugReproduction/~). I can give...