davedawkins / Sutil

Lightweight front-end framework for F# / Fable. No dependencies.
https://sutil.dev
MIT License
285 stars 17 forks source link

Many pages of the documentation don't load properly #76

Closed d4h0 closed 1 year ago

d4h0 commented 1 year ago

Hi,

There seems to be an issue with the documentation. When I go to https://sutil.dev/#documentation-html, for example, the main area stays empty.

There is a lot logged to the console, including the following two errors:

TypeError: Cannot read properties of null (reading 'ownerDocument')
Uncaught (in promise) Error: Child not found
davedawkins commented 1 year ago

Oh boy what did I do..I can fix this later tonight

On Fri, 3 Mar 2023 at 19:01, d4h0 @.***> wrote:

Hi,

There seems to be an issue with the documentation. When I go to https://sutil.dev/#documentation-html, for example, the main area stays empty.

There is a lot logged to the console, including the following two errors:

TypeError: Cannot read properties of null (reading 'ownerDocument') Uncaught (in promise) Error: Child not found

— Reply to this email directly, view it on GitHub https://github.com/davedawkins/Sutil/issues/76, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACFV3OSWPIHAEAGOCYAQRLW2I5XZANCNFSM6AAAAAAVO6RVFI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

davedawkins commented 1 year ago

This is fixed with a temporary patch which disables the Open in REPL buttons. I need daylight and coffee to fix it properly.

davedawkins commented 1 year ago

Found root cause, fixed and uploaded

d4h0 commented 1 year ago

Thanks, @davedawkins!