Santiago Lopez

Results 3 comments of Santiago Lopez

You can crearte formData and for files you would be use .map and send information for example for many files `const bodyFormData = new FormData(); files.map(file =>bodyFormData.append("file", file))` and the...

I tried to deploy in chromatic with next script `"chromatic": "npx chromatic --project-token=",` but have the next problem and have the next problem ``` 2Skeleton.js:133 Uncaught (in promise) Error: [MSW]...

@kettanaito yes, it work It works, I had to change the build, thank you very much ` "build-storybook": "build-storybook -s public",`