[ https://issues.apache.org/jira/browse/WHIMSY-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sam Ruby resolved WHIMSY-373. ----------------------------- Resolution: Fixed Regression in ruby2js: https://github.com/ruby2js/ruby2js/commit/4d5f0b966b710b5408067c4d3096d30fbf10d443 > Whimsy board agenda page error, won't display > --------------------------------------------- > > Key: WHIMSY-373 > URL: https://issues.apache.org/jira/browse/WHIMSY-373 > Project: Whimsy > Issue Type: Bug > Components: BoardAgenda > Reporter: Sidney Markowitz > Assignee: Sam Ruby > Priority: Major > > When I am signed in to whimsy (I'm a PMC chair) going to URL > [https://whimsy.apache.org/board/agenda/2021-12-15/] > or going to > [https://whimsy.apache.org/board/agenda/] > which redirects to it, or reloading the page, flashes the following error > trace and then displays a blank page. Tried it in both Chrome and Firefox. > Running MacOS Monterey. > {code:java} > [stdin]:19 > Vue.config.errorHandler = (err, vm, info) => setTimeout(() => {throw err}, 0); > ^ > TypeError: Cannot read property '0' of undefined > at [stdin]:661:31 > at [stdin]:669:13 > at Proxy.render ([stdin]:692:7) > at VueComponent.Vue._render ([stdin]:1:427633) > at renderComponentInner ([stdin]:1:242829) > at renderComponent ([stdin]:1:242112) > at RenderContext.renderNode ([stdin]:1:240182) > at RenderContext.next ([stdin]:1:157727) > at cachedWrite ([stdin]:1:155403) > at renderElement ([stdin]:1:244692) > {code} > -- This message was sent by Atlassian Jira (v8.20.1#820001)