hackoregon / openelections

Open and Accountable Elections
https://openelectionsportland.org
MIT License
16 stars 1 forks source link

Remove console logs from TopNavigation and ManagePortal #446

Closed danmelton closed 5 years ago

danmelton commented 5 years ago

DevTools_-_qa_openelectionsportland_org_sign-in_and_openelections____code_openelections__-_____docker-compose_yml__openelections_

Also these: console.error node_modules/@emotion/cache/dist/cache.cjs.dev.js:268 The pseudo class ":first-child" is potentially unsafe when doing server-side rendering. Try changing it to ":first-of-type". console.log node_modules/@deck.gl/core/dist/es5/lib/init.js:43 deck: deck.gl 6.4.10 - set deck.log.priority=1 (or higher) to trace attribute updates console.log node_modules/luma.gl/dist/es5/debug.js:17 luma.gl: WebGL debug support imported

kdv24 commented 5 years ago

I removed the console.logs from TopNavigation and Manage Portal, and addressed console.error node_modules/@emotion/cache/dist/cache.cjs.dev.js:268 The pseudo class ":first-child" is potentially unsafe when doing server-side rendering. Try changing it to ":first-of-type". by doing as it suggested and updating any instances to :first-child to :first-of-type:

I don't really understand the last two and I'm traveling so will be AFK again. Could someone else take care of these last two or give me guidance when I look again in the next couple days? : console.log node_modules/@deck.gl/core/dist/es5/lib/init.js:43 deck: deck.gl 6.4.10 - set deck.log.priority=1 (or higher) to trace attribute updates console.log node_modules/luma.gl/dist/es5/debug.js:17 luma.gl: WebGL debug support imported