mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
fix: small error (#3878)
This commit is contained in:
@@ -77,7 +77,7 @@ How JSX constructs are transformed into vanilla JavaScript internally. The table
|
||||
);
|
||||
```
|
||||
|
||||
The `jsxDEV` variable name is a convention used by React. The `DEV` suffix is a visible way to indicate that the code is intended for use in development. The development version of React is slowers and includes additional validity checks & debugging tools.
|
||||
The `jsxDEV` variable name is a convention used by React. The `DEV` suffix is a visible way to indicate that the code is intended for use in development. The development version of React is slower and includes additional validity checks & debugging tools.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user