We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ryyppy
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 07b687b commit b6210c0Copy full SHA for b6210c0
pages/docs/manual/latest/attribute.mdx
@@ -62,7 +62,7 @@ let customTriple = foo => foo * 3
62
3. `@bs.val` annotates the `external` statement.
63
4. `@bs.as("aria-label")` annotates the `ariaLabel` record field.
64
5. `@deprecated` annotates the `customDouble` expression. This shows a warning while compiling telling consumers to not rely on this method long-term.
65
-6. `@deprecated("Outdated")` annotates the `customTriple` expression with a string to describe the reason for deprecation.
+6. `@deprecated("Use SomeOther.customTriple instead")` annotates the `customTriple` expression with a string to describe the reason for deprecation.
66
67
## Extension Point
68
0 commit comments