Eran Betzalel
Eran Betzalel
If you just want to ignore it, you can use this code until they'll figure out a fix. ``` const originalWarn = console.warn; console.warn = function (...args) { const arg...
FYI, I've just replaced it with [recharts](https://www.npmjs.com/package/recharts), Google Charts has not updated its Material part since 2016 (https://github.com/google/google-visualization-issues/issues/2143).
@cburkins, you better use this package than staying with Google Charts deprecated package. https://codesandbox.io/s/react-d3-gauge-gwebx
``` [System Information] OS Version : Windows 10 NodeJS Version : v18.15.0 NPM Version : 9.5.0 [Nest CLI] Nest CLI Version : 10.2.1 [Nest Platform Information] platform-express version : 10.2.10...
This is a valid workaround for the development environment. Adding `"watchAssets": true` seems to make it work correctly. ``` { "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { "deleteOutDir": true,...
@kamilmysliwiec, Sure, I can do that.
Thank you @CustomEntity.
Yes, I only needed REST, so I altered the code to support only one at a time.