Justin Barca
Justin Barca
A workaround is to use ScaleModal add ``` 'transform':'translate(-50%, -50%)' ``` into your modalStyle (assuming you want it centered) and this will break animations but at least it shows properly
Oh, it's easy to reproduce with codesandbox: https://codesandbox.io/s/use-tweaks-example-forked-blovu3?file=/package.json
I see in the current version `0.3.2-alpha.0` there is a fix. However, that's not the version that got installed when I installed the package without a version spec recently.
Thanks for your efforts to get Mobx6 supported! Wanted to get switched over to react-mobx-lite too so I tried installing the RC version but I encountered the following error (probably...
Also observing this problem
FYI, if this is more important than the appearance of your text, I would advise removing the custom font altogether as it seems to solve the issue. In my case,...
I had this issue with a font named `SourceSansPro`. I tried using BirdFont to open and export with default settings. I noticed that it exports 2 files, one is suffixed...
It took me a while to figure out how to use the fontforge CLI on a Mac. I tried: ``` /Applications/FontForge.app/Contents/Resources/opt/local/bin/fontforge -lang=ff -c 'Open($1); Generate($2); Close();' xxx.ttf yyy.ttf ``` The...
> > I had this issue with a font named `SourceSansPro`. > > I tried using BirdFont to open and export with default settings. I noticed that it exports 2...
When a developer uses the workaround to import types, I believe it results in the unfortunate consequence that automatic react imports in IDEs are ambiguous and need a select dialog...