Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Switch typing of Action<Parameter> from null to undefined in 12-use.md #14798

Merged
merged 3 commits into from
Jan 7, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unecessary line in Action typing example
felipesantoz committed Dec 21, 2024
commit 5399535bd142e4394cfe406b496ae527a7ea0fcd
2 changes: 0 additions & 2 deletions documentation/docs/03-template-syntax/12-use.md
Original file line number Diff line number Diff line change
@@ -50,8 +50,6 @@ The `Action` interface receives three optional type arguments — a node type (w
```svelte
<!--- file: App.svelte --->
<script>
import { on } from 'svelte/events';
/**
* @type {import('svelte/action').Action<
* HTMLDivElement,