Hofer Ivan
Hofer Ivan
fixes #1267 I have investigated #1267 a bit. There are a few road blocks to make `msw/node` work in a `.mjs` file: - [x] reference `lib/index.js` instead of `'lib'` in...
### Describe the bug If the `data` returned from `load` inside a `+page.server.js` ("page-X") has the same shape as the data returned inside its corresponding `+layout.server.js`, the `$page.data` does not...
Closes #7966 Heavily inspired by #7612; no new tests for the same reason described there. ### Please don't delete this checklist! Before submitting the PR, please make sure you do...
### Describe the problem When doing a client-side `__data.json` request, errors thrown with the `error` helper function inside `hooks.server.ts` , will not return the correct error object. It works as...
### Describe the bug A `SvelteKit` application makes a request to `__data/json` even when no actual `load` function gets exported inside `+page.server.js`. I would expect that no unnecessary request gets...
### Describe the problem Sometimes it would be useful to know "why" a certain `load` function within a `+layout.*.js` file gets executed. A specific use-case is: breadcrumb navigation, where each...
### Describe the bug The `load_route` function re-uses data from a previous result if `loaders` array does not have any data to load at a specific index. In my case...
Closes #9937 ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [x] It's really useful if your PR references an issue...