react-magma
react-magma copied to clipboard
Verify gridArea behaves correctly on GridItem
Describe the bug
The documentation examples of Grid use as instead of gridArea. When updating the examples to use gridArea they did not behave as they should have. Investigate and update documentation accordingly.
To Reproduce Steps to reproduce the behavior:
- Go to 'https://react-magma.cengage.com/version/3.1.1/api-intro/page-templates/'
- Click on 'Edit in Codesandbox' for Global Header with Sidebar
- Change the as props to gridArea
- See behavior.