This is just one of those gnarly bugs that is so hard pin down. yesterday I closed the issue for this, because I tested a bunch and it didn't happen. Now here it is again!
Open Bilara, navigate to text.
The text page is blank.
Go "Home".
Press "Go back", and the page is there.
Console error:
Uncaught (in promise) TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at HTMLElement.render (translation-view.js:170)
at HTMLElement.update (lit-element.ts:217)
at HTMLElement.performUpdate (updating-element.ts:704)
at HTMLElement._enqueueUpdate (updating-element.ts:653)
This error appears even when the page loads correctly. But what happens, it comes up, then quickly fixes itself. I'm not exactly sure what's going on, but in the console the "live" errors are colored, the "stale" errors are b&w. When the page doesn't show, the error remains colored, when it does show, the error becomes b&w.
You can see a page loading "correctly" in the gif.
Both Chrome and Firefox report the same error, and identify line 170 in translation-views.js as the culprit (Type error, cannot convert undefined or null to object):
This is just one of those gnarly bugs that is so hard pin down. yesterday I closed the issue for this, because I tested a bunch and it didn't happen. Now here it is again!
Console error:
This error appears even when the page loads correctly. But what happens, it comes up, then quickly fixes itself. I'm not exactly sure what's going on, but in the console the "live" errors are colored, the "stale" errors are b&w. When the page doesn't show, the error remains colored, when it does show, the error becomes b&w.
You can see a page loading "correctly" in the gif.
Both Chrome and Firefox report the same error, and identify line 170 in
translation-views.js
as the culprit (Type error, cannot convert undefined or null to object):