TypeError: Cannot read properties of null (reading 'push')
I'm a bit clueless about what is causing this, except the project produces this error in the client bundle when built, but not in development.
https://e264c050.ticket-counter.pages.dev/
Ticket Counter
Ticket Counter: An easy to use ticket counter/caller, made for student organizations.
2 Replies
(Not a cause of the solid-start-cloudflare-pages adapter, as this also occurs with the default node adapter)
source code: https://github.com/Razboy20/ticket_counter
downgrading solidjs to ^1.7 seemingly fixed the problem ._.