Add loglevel support
With the updated code in genesys-pgr/genesys-ui main
this library will need to include loglevel
.
Please add loglevel
to dependencies and update our console.log
to log.info
. The default logging level should be set to INFO
in genesys.tsx
.
Add "no-console": [ "warn" ]
rule to .eslint.json
.
Edited by Matija Obreza