Skip to content

Commit 9600b16

Browse files
iansuamyrlam
authored andcommitted
Fix minimum React version for SVG component support (#6820)
1 parent 7154487 commit 9600b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/adding-images-fonts-and-files.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ An alternative way of handling static assets is described in the next section.
4444

4545
## Adding SVGs
4646

47-
> Note: this feature is available with `[email protected]` and higher, and `react@16.0.0` and higher.
47+
> Note: this feature is available with `[email protected]` and higher, and `react@16.3.0` and higher.
4848
4949
One way to add SVG files was described in the section above. You can also import SVGs directly as React components. You can use either of the two approaches. In your code it would look like this:
5050

0 commit comments

Comments
 (0)