Aleksandr Grenishin

Results 57 comments of Aleksandr Grenishin

Hey @davidmedero, Please tell me what version of next.js you are using. Do you use CSP? Do you have any errors in the console during the build or in the...

Unfortunately, I can't reproduce this issue on a clean 12.3.1 project. I should also mention that if you're using SWC, image previews won't work due to this [issue](https://github.com/uploadcare/react-widget/issues/351). We inject...

It seems that this is a known next/head bug and it should be fixed in future releases. See [this link](https://github.com/vercel/next.js/pull/47938) for more information. As for a link stylesheet to use...

Hey @Ali-Hussein-dev, it could be achieved with CSS. Do you need some examples? How do you write your styles? styled components, css modules, anything else?

> Hey @nd0ut, I use Tailwindcss I tried to add classes but it didn't work! Yeah, Tailwind classes won't work. But you can use theirs [`@apply` directive](https://tailwindcss.com/docs/functions-and-directives#apply) or [`theme()` function](https://tailwindcss.com/docs/functions-and-directives#theme)...

> Thanks for the example, I also miss sth which is replacing the label "upload" with an "upload " icon, which is not possible, but I am not sure about...

Hey @ehudmi, this is expected behaviour. Widget uploads all files regardless of the limit, it just doesn't let the user submit if the number of files isn't fit the limit....

Hey @aquaductape, unfortunately, this package isn't able to create groups from uploaded files or non-binary sources. I suggest you to use [`@uploadcare/upload-client`](https://uploadcare.github.io/uploadcare-js-api-clients/upload-client/) - `uploadFileGroup` method is what you need. You...

Hey @insectman, I didn't catch how does chunk renaming will help you? Technically, you could clone this repo, modify rollup config and bundle your own custom package. But I think...

> after bundles are generated What tool do you use to generate the bundle? > that contains "node_modules" in filename I don't quite understand what you mean. The `react-widget` is...