You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Bug
What is the current behaviour?
Using the prerender hook, if the URL it is trying to get the preact_prerender_data.json file does not exist, it does not properly report an error. This is because the function to get the data is asynchronous but the function is called and then immediately returned. See:
Do you want to request a feature or report a bug?
Bug
What is the current behaviour?
Using the prerender hook, if the URL it is trying to get the
preact_prerender_data.json
file does not exist, it does not properly report an error. This is because the function to get the data is asynchronous but the function is called and then immediately returned. See:preact-cli/packages/prerender-data-provider/src/hook.js
Line 47 in 52333a5
What is the expected behaviour?
The
error
value is reported astrue
via the hook interface.Please mention other relevant information.
The text was updated successfully, but these errors were encountered: