I am not quite sure how the prefetch works. I think I set it up correctly based on the example in ./ssr/choo.js. I also linked a modified version of bankai to inspect the code and the prefetch runs but setting this.local doesn't work as expected?
Expected Behavior
prefetch should run on SSR and the component should update based on what's .pushed
Current Behavior
The prefetch runs but the my component doesn't apply the state?
🔦 question?
I am not quite sure how the prefetch works. I think I set it up correctly based on the example in
./ssr/choo.js
. I also linked a modified version of bankai to inspect the code and the prefetch runs but settingthis.local
doesn't work as expected?Expected Behavior
prefetch should run on SSR and the component should update based on what's
.push
edCurrent Behavior
The prefetch runs but the my component doesn't apply the state?
Code Sample
https://github.com/talon/talon.computer/blob/master/components/timeline.js