Anup
Anup
**What kind of change does this PR introduce?** refactoring **Did you add tests for your changes?** Not required. **Summary** Since the logic for fetching the template listings is the same...
Right now there is no way to access the widget from the global scope. For eg: if I want to access the widget on a global scope (`window.widget.foo()`) it is...
When I run npm install in [preact-cli](https://github.com/developit/preact-cli), I was getting the following error: ``` verbose stack SyntaxError: Unexpected end of input at 1:51497 verbose stack 3","cookie":"0.0.3","crc":"0.2.0","fresh":"0.1.0","methods":"0.0.1"," verbose stack ^ verbose...
This PR is a migration path from `create-react-app` to `next.js`. -------------------------- ### Major Changes Moving forward, we have to use the `public` folder for all static assets like `.svg`, `.png`,...