Ravi Lamkoti
Ravi Lamkoti
I'm trying to create a Modal component with zoid. I'm trying to do it by Render Props method where I've created a zoid element which takes children function like ```...
Fixes #592 > It's a good idea to open an issue first for discussion. - [x] Tests pass - [ ] Appropriate changes to README are included in PR -...
Added support of getHokeyName for switch cases. Code is same as [this](https://github.com/ianstormtaylor/is-hotkey/pull/47) PR along with some additional code changes and test cases to support it.
From the code I can see there is a function inside Component registry which return registry by name . But how can I access that ?
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...
**Contentstack** is a leading Headless CMS It has it's own OAuth one can read it from [here](https://www.contentstack.com/docs/developers/developer-hub/contentstack-oauth#authorizing-oauth-app). Added a strategy for Contentstack OAuth.
## What changed / motivation ? **Changed:** Now namespaceToDevClassName has become part of babel-plugin so user can modify the output of dev class names to their need. > I'll add...
## What changed / motivation ? I was just going over the repo to see if I can make any contribution. Found that esbuild example doesn't have any way for...