Daniels Bruvers

Results 6 comments of Daniels Bruvers

The workaround of injecting the `unoptimised` prop into the `next/image` was working for us with external images until we upgraded Next.js and Storybook. The following code addition found in [this...

Thank you for the suggestion @JasonStoltz. I am working with an Elasticsearch based backend and working on a multi-value Select Facet view. Setting `setFilter` multiple times did not work well:...

@danyball we needed the first feature as well on a story that loaded all of Bootstrap's icon and was slowed down significantly by Prettier parsing the markup it seems. Adding...

We experienced an issue with file uploads not working in both Facebook and Instagram in-app browsers. We used the "react-dropzone" NPM package. Turned out that switching the `accept` attribute format...

The previews do work if you click the "Open in Fullscreen" button ![open in fullscreen](https://user-images.githubusercontent.com/15773882/159939941-630b3b81-9c23-4450-981a-eacf77c6f45f.png)

If you intend to use Print.js on the client side then you could import it dynamically when the user action is executed like this: ```js const printJS = (await import("print-js")).default...