I use Angular 18.1.4 with ArcGIS Maps SDK for JavaScript 4.30.9 and Calcite Components 2.11.1.
I got issue when I use FeatureTable:
Lit is in dev mode. Not recommended for production! See https://lit.dev/msg/dev-mode for more information.
Regards,
Forrest
Hey @ForrestLin
You may have Lit in development mode, more info here: https://lit.dev/docs/tools/development/
https://github.com/lit/lit/discussions/3260
This is a warning rather than a show stopping error, there are inherent risks to using development modes for certain programs, so it is best practice to ensure it is not in development mode, but this will not break your code.
Cody