After Store: Correctly handle preloaded HTML
This commit is contained in:
parent
9ccc6174a7
commit
1f97f36e1c
@ -29,7 +29,7 @@ const preloadFetch = async (request) => {
|
|||||||
return {
|
return {
|
||||||
ok: true,
|
ok: true,
|
||||||
json: () => JSON.parse(requestData),
|
json: () => JSON.parse(requestData),
|
||||||
text: () => requestData
|
text: () => JSON.parse(requestData)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user