-
Go to the Stackblitz, go to the test page if not there yet and click both buttons: The |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think I found the culprit: The url needs to be called within the load function with this special fetch (A load function depends on url if it calls fetch(url) or depends(url)). So, I need to use depends() then if I don't rely on fetch. Now, I didn't get these custom identifiers for depends(), what's the best structure/syntax to use them? |
Beta Was this translation helpful? Give feedback.
I think I found the culprit: The url needs to be called within the load function with this special fetch (A load function depends on url if it calls fetch(url) or depends(url)). So, I need to use depends() then if I don't rely on fetch.
Now, I didn't get these custom identifiers for depends(), what's the best structure/syntax to use them?