Describe the bug
I'm seeing some default styling missing (mainly fonts).
I'm getting the console error:
index.js:2177 Warning: Invalid prop `css` supplied to `React.Fragment`. React.Fragment can only have `key` and `children`
To Reproduce
Environment
I'm seeing the same issue in 2.0.0-rc.1 - Don't really understand why though. The warning is complaining about this line however no css prop is being supplied?
Having the same issue with a newly setup project.
Just installed 2.0.0-rc.40 and still see the same issue. Has the fix been included in the release?
Hey @Clarity-89,
I'm not sure what the problem is yet.
Could you provide steps to reproduce the problem or a repo ?
@rakannimer all I'm doing is setting up a new project from scratch and adding a few components to the packages. I'll try to make a sample repo later today.
@rakannimer after spending half a weekend on it, couldn't reproduce the issue in a completely new project. Must have been something related to migrating old components from docz 0.x
Thanks @Clarity-89 for putting in the time.
I'll keep this issue unlocked in case someone is able to provide a repro later.
Most helpful comment
Having the same issue with a newly setup project.