Hyunbin Seo

Results 88 issues of Hyunbin Seo

### Describe the bug [`transition:fn`](https://svelte.dev/docs#template-syntax-element-directives-transition-fn) does not run when an element gets destroyed. If the computed style of an element changes between creation and destruction, the transition can break. ###...

[Chrome 웹 스토어](https://chrome.google.com/webstore/detail/hwpjs/hgalnnpknkjdccmcljadkckcdibiglei)에서 확장 프로그램이 삭제되어 접속 시 404 오류가 발생합니다. [Chrome의 확장 프로그램 메뉴](chrome://extensions/)에서는 아래와 같은 오류 문구가 표시됩니다. > **Warning** > 이 확장 프로그램은 Chrome 웹 스토어 정책을...

Double scroll bar (`overflow: scroll`) ![Screenshot_20220913-162228_chrome](https://user-images.githubusercontent.com/47051820/189838888-13d93f90-c0d6-4ba3-a4ef-8b8638669c11.png) Single scroll bar ![Screenshot_20220913-162232_chrome](https://user-images.githubusercontent.com/47051820/189838899-88e62c7e-0aca-4790-8499-a35cd00cd688.png)

### Describe the bug When routing from `/b` to `/` using an anchor element, the `/b/+page.svelte` component does not get unmounted. ```svelte import { page } from '$app/stores'; import {...

bug
router
blocked by upstream

### Describe the bug In the following setup, ``` tree src/routes src/routes └── [slug] ├── +page.svelte ├── +page.ts └── +server.ts ``` ```typescript // src/routes/[slug]/+page.ts export const prerender = true; export...

### Describe the bug When the URL hash value is changed using the address bar, the `$page` store is not updated. ### Reproduction Checked on Chrome, Firefox, and Safari. Reference...

bug
low hanging fruit
ready to implement

### Describe the bug After upgrading to SvelteKit `1.17.0+` endpoint prerender with `process.stdout.cursorTo()` fails. Seems to be related to https://github.com/sveltejs/kit/pull/9919 - prerender in worker rather than subprocess to support Deno....

### Describe the bug Projects created with `create-svelte@3` packages include `eslint-plugin-svelte3@4`, which is not compatible with Svelte 4 as of now. If `svelte-migrate svelte-4` is run in these projects, it...

### Describe the bug According to the [loading data](https://kit.svelte.dev/docs/load) documentation, > To summarize, a `load` function will re-run in the following situations: > - It calls `await parent()` and a...

documentation

### Describe the problem Thanks to the `localhost` exception, cookies can be set in the development environment with ease. > The `httpOnly` and `secure` options are true by default (except...

enhancement