yznts / kyoto

Asynchronous frontends with Go
https://pkg.go.dev/github.com/yznts/kyoto/v3
MIT License
651 stars 28 forks source link

SSA gives an error on cold run #41

Closed yznts closed 2 years ago

yznts commented 3 years ago

Catching an error while calling SSA on cold run. SSA components store is populated while initial page rendering, which is never triggered on cold run.
Need some optional explicit way to register components on app start.

yznts commented 2 years ago

Will be deployed with https://github.com/kyoto-framework/kyoto/issues/93