SolidOS/solid-ui

Footer is not displayed

Closed this issue · 2 comments

Since mashlib 1.8.1 footer is not displayed anymore

From debugging I think this issue is related to https://github.com/solid/solid-ui/issues/492 and should be fixed with that PR. Also a good hint is that I could not reproduce it locally anymore with latest main.

I tried with adding console.log('initFooter') here https://github.com/solid/solid-panes/blob/d34c15d9aacf3eceb520930cc424e3b60f869769/src/mainPage/footer.ts#L11
The initFooter is called see the console.log but nothing is rendered in the document

image