react-ui
react-ui copied to clipboard
`Grid`'s `columnGap` and `columnRow` does not work correctly
If at least one of columnGap and columnRow is defined by object and second one by integer, both values are ignored.
If both values are set as integer, it works as expected.