After Store: Correctly handle preloaded HTML
All threads resolved!
All threads resolved!
Compare changes
+ 2
− 2
@@ -25,10 +25,10 @@ const preloadFetch = async (request) => {
All the preloaded values are encoded as JSON, even 'bare strings', so they also need to be decoded as json.
Closes #885 (closed)