shamokit
shamokit
初めてissueを投げるので失礼がありましたらすみません。 svelteファイル内で ul>li>ul>liとマークアップしたときに error: The #text is invalid element Broke mapping nodes.(parse-error)になります。 試しにhtmlファイル内で同じhtmlを書いてみましたが、エラーにはならなかったので、 おそらく@markuplint/svelte-parser側の問題のようです。
### Describe the bug When you select a date and then choose a date from another month, deselecting the previously selected date will cause the calendar to roll back to...
### Describe the bug console.log is not executed. ## ok ``` const handlers = { onkeydown: (event) => { console.log('onkeydown'); } }; ``` ## ng ``` const handlers = {...
### Describe the bug When using Remote functions with the `form` API, object keys containing hyphens (e.g., `zh-TW`, `zh-CN`) cause errors when accessing form fields. ### Reproduction https://github.com/shamokit/sveltekit-hyphen-case-form-error Run `pnpm...