Debmallya Bhattacharya
Debmallya Bhattacharya
Reproduction steps: 1. Create an Nx repo 2. `npm i angular-cli-ghpages -D && npx nx g angular-cli-ghpages:ng-add` 3. `npx nx deploy` Error: `Property 'cname' does not match the schema. 'false'...
Got the following warning - react-dom.development.js:12357 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move data fetching code or side effects to...
While using this wc in Angular, I am getting the following error on running ng serve --aot : `ERROR in node_modules/file-drop-element/dist/filedrop.d.ts(32,46): error TS2304: Cannot find name 'HTMLAttributes'.` Steps to reproduce...
# 🚀 Feature request ### Is your feature request related to a problem? This warning comes up while compiling in an Ivy environment. ``` Processing legacy "View Engine" libraries: -...
Hey Shuvam. I tried the app on my mobile phone, but it didn't have touch based controls. The controls given at bottom-left are a bit too small to be used....
[State Operators docs](https://www.ngxs.io/advanced/operators) > The patchState method only offers a shallow patch and as a result is left wanting in more advanced scenarios. **This is where state operators come in.**