Closed maanasb01 closed 3 months ago
Name | Link |
---|---|
Latest commit | e96ddc2e28a633f11f5a4335c2f40f0f95b34f5e |
Latest deploy log | https://app.netlify.com/sites/gleaming-madeleine-532a5a/deploys/66b3294135b5610008758ca3 |
Deploy Preview | https://deploy-preview-181--gleaming-madeleine-532a5a.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
In this PR, I have wrapped the root element with the
Grommet
component to access its features, especially ResponsiveContext. Now we can implement ResponsiveContext anywhere in the project with the help of theuseContext
hook. Earlier we would need to wrap every component which required to useResponsiveContext
withResponsiveContext.Consumer
.