mellisphera / mellisphera-web

Rich user interface for beekeepers
Apache License 2.0
5 stars 1 forks source link

Warn: [DOM] Found 2 elements with non-unique id #message-text #167

Closed lzpons closed 3 years ago

lzpons commented 4 years ago

At login we find two different messages on the console

  1. Solve this issue Capture d’écran 2020-06-07 à 16 04 58

  2. Hide unnecessary printouts, maybe using a "debug" flag (into config.ts file?) to activate them Capture d’écran 2020-06-07 à 16 06 29

lzpons commented 4 years ago
  1. Appears to be solved
  2. should use a debug flag (true / flase) using the /src/environments/environment.ts
kasuntech commented 4 years ago

new flag ((true / false) ) added to environment

kasuntech commented 4 years ago

fixed and PR created