Spun off from https://redd.it/bg86n1
A few weeks ago it was possible to view an issue by switching to the old UI.
Now, neither the new UI nor the old UI works with Waterfox 56.2.10. An example:
Screenshot (FreeBSD-CURRENT) – Waterfox in safe mode to the left, Firefox to the right):

Meta/tracking: #538
If it helps, from https://www.reddit.com/r/waterfox/comments/bg86n1/chromium_bugs_new_ui_fails/elly4e8/ for outdated 56.2.9:
I see JavaScript errors,
TypeError: window.prpcClient is undefined
Same issue here.
I did a search relating to that error, based on the results I tested Firefox 59.0.3 -
Firefox 59.0.3 in default configuration: fails as described.
Firefox 59.0.3 with about:config > dom.moduleScripts.enabled set to true: works.
Firefox 59.0.3 with about:config > dom.moduleScripts.enabled set to true: works.
Hey Mikey!
It would seem this issue would have larger ramifications than just this instance. Any thoughts?
It would seem this issue would have larger ramifications than just this instance. Any thoughts?
It does. Another example - https://github.com/serj-kzv/mozlz4-edit/issues/6
Cross reference https://bugs.chromium.org/p/monorail/issues/detail?id=5670
… _largely unusable_ because it's no longer possible to seek issues.

about:config?filter=dom.moduleScripts.enabled
I imagined that the preference didn't exist in 56.2.10 but here it is, dom.moduleScripts.enabled false by default.
Making it true seems to make things good with Monorail, let's discover whether there are any unexpected side effects with sites elsewhere …
In the case at https://github.com/MrAlex94/Waterfox/issues/1005#issuecomment-498643360 it seems that reverting to false for dom.moduleScripts.enabled has no adverse effect.
In this case (Monorail), reverting to false leads to recurrence of the issue:

https://github.com/MrAlex94/Waterfox/commit/dc1c88f60b59bc5ea0572522d5a45df8b4959618
Will disable if big issues crop up, but I don't believe they will.
Most helpful comment
Same issue here.
I did a search relating to that error, based on the results I tested Firefox 59.0.3 -
Firefox 59.0.3 in default configuration: fails as described.
Firefox 59.0.3 with
about:config>dom.moduleScripts.enabledset totrue: works.