Gabriel Mičko

Results 22 comments of Gabriel Mičko

This would solve my issue too.. Should be merged.

Temporary solution for projects using `customize-cra` & `react-app-rewired`: Change following file: `config-overrides.js`: ``` const { override } = require('customize-cra'); const addIgnoreSourcemapsloaderWarnings = config => { config.ignoreWarnings = [ // Ignore...

Same issue still, any update on this pls?

This should be solved, it causes pretty bad alignment experience with different charts. :(

I solved it by a sliglty different approach then @teemu47. - Start with ` { const { yAxisWidthModifier } = props || {}; const [yAxisWidthState, setYAxisWidthState] = useState(undefined); const setChartRef...

`await page.evaluateHandle('document.fonts.ready');` did the trick for me, thank you.

OMG, I have been thinking about this all day and it is so simple: ``` customSuggestionsContainer={ isLoading ? () => loading : children => {children} } ``` ![ezgif com-gif-maker](https://user-images.githubusercontent.com/4391461/213715948-213cf945-1d3b-4194-9dce-9dd1c6341fbe.gif)

> I can't get SD 1.5 to work either but on their update log it says: "2.1.782 is mainly an update for a new LoRA system that supports both SDXL...

Have the same issue? Did you figure out how to fix?