We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aec4e4 commit 2b84763Copy full SHA for 2b84763
src/guide/migration/render-function-api.md
@@ -11,7 +11,7 @@ This change will not affect `<template>` users.
11
12
Here is a quick summary of what has changed:
13
14
-- `h` is now globally imported instead of passed to render functions as an arguments
+- `h` is now globally imported instead of passed to render functions as an argument
15
- render function arguments changed to be more consistent between stateful and functional components
16
- VNodes now have a flat props structure
17
0 commit comments