Jacob Zwang
Jacob Zwang
Noticed this related PR Fix __LOCATOR_DATA__ being overriden #90
Note, I just tried creating a bare project without typescript and still had the same issue.
That's true, but your layout must already accommodate this lack of data because your layout will still be rendered when there is an error. If error pages inherit layouts then...
@Rich-Harris Just throwing another idea out there. If we could define default data and then add a store to know when page data is loading, we could show our UI...
> What I've ended up doing is creating MergedObjects of the specific API I want, and it ends up only becoming a very thin wrapper around the underlying real objects....
> What is your plugin for svelte files? Is it `prettier-plugin-svelte`? Oops, sorry didn't see this response until now. Thanks for being so on top of things! Yes, that's what...
Thanks so much! I'll try this out.
So I half got it working. I'm not completely sure how this is supposed to bed run. I assumed it was ES6 and tried to use rollup which didn't work....
Yes I was asking to see if there was a specific reason you chose not to implement this. At least for my use cases, not delegating events makes the library...
Learning is going well. Keep up the good work. Post any resources you find to the issue.