noire.munich
noire.munich
I have the same issue but on render. Here's my code: ``` import { PickerInline } from 'filestack-react' import useUploader from 'src/ui/File/useUploader' import './Stage.scss' const Stage = ({ component: Component,...
Ok, just got it... >
@chris-hailstorm thanks a lot for your solution, I stumbled upon this for days > { // Module working alias. config.resolve.alias['@shared'] = path.join(getPaths().base, 'shared/dist') return config } ``` Did you have...
Thanks for the info, @krinoid ! I got it to work on both sides as well, but it crashed my deploys >
Hi @peterp ! Thanks! I ended up doing this indeed, actually I added a script to the root `package.json` and the build command calls it. This is very convenient for...
@MartinTechy just a notice that #5985 has been merged, should you be ready to move this forward, there is interest 👍🏻
> @noire-munich Yes just saw that the other day. I was thinking that it would be better to wait for the official release before working on it but maybe that's...
thank you @miguelgargallo for taking the time to contribute with us. `create post` is not a command, it is an input you give to the prompt if you want to...
Nice catch @arimendelow !! Thank you for your contribution 👍🏻 and welcome to our community!
@simoncrypta I've removed the http backend here to use json imports instead: it removes the netlify prerendering issue. Should we add this to the docs?