Gabriel Mičko
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.
It would help a lot.
OMG, I have been thinking about this all day and it is so simple: ``` customSuggestionsContainer={ isLoading ? () => loading : children => {children} } ``` 
> 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?