karaok Great work!!! Voters works great!
I am still getting an issue on one profile with the extension enabled. The issue is, I am not 100% sure what the issue is. I am getting this in the javascript console:
TypeError: Cannot read property 'key' of undefined
My guess is some data missing within the database for a post causing it to error out on the profile page.
Is there a way to go into dev mode, so I can see actual javascript issue?
i see it is coming from the render.js file when running function updateNodes
mount-redraw.js:15 TypeError: Cannot read property 'key' of undefined
at h (render.js:314)
at render.js:477
at f (render.js:416)
at h (render.js:302)
at render.js:477
at f (render.js:416)
at h (render.js:302)
at render.js:477
at f (render.js:416)
at h (render.js:302)```