Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion examples/react/dynamic/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ function App() {
<p>
<strong>Notice:</strong> You are currently running React in
development mode. Rendering performance will be slightly degraded
until this application is build for production.
until this application is built for production.
</p>
) : null}
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/fixed/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function App() {
<p>
<strong>Notice:</strong> You are currently running React in
development mode. Rendering performance will be slightly degraded
until this application is build for production.
until this application is built for production.
</p>
) : null}
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/infinite-scroll/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function App() {
<p>
<strong>Notice:</strong> You are currently running React in
development mode. Rendering performance will be slightly degraded
until this application is build for production.
until this application is built for production.
</p>
) : null}
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/padding/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function GridVirtualizerDynamic({
<p>
<strong>Notice:</strong> You are currently running React in
development mode. Rendering performance will be slightly degraded
until this application is build for production.
until this application is built for production.
</p>
) : null}
</>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/scroll-padding/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function App() {
<p>
<strong>Notice:</strong> You are currently running React in
development mode. Rendering performance will be slightly degraded
until this application is build for production.
until this application is built for production.
</p>
) : null}
</>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/smooth-scroll/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function App() {
<p>
<strong>Notice:</strong> You are currently running React in
development mode. Rendering performance will be slightly degraded
until this application is build for production.
until this application is built for production.
</p>
) : null}
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/sticky/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const App = () => {
<p>
<strong>Notice:</strong> You are currently running React in
development mode. Rendering performance will be slightly degraded
until this application is build for production.
until this application is built for production.
</p>
) : null}
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/table/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function App() {
<p>
<strong>Notice:</strong> You are currently running React in
development mode. Rendering performance will be slightly degraded
until this application is build for production.
until this application is built for production.
</p>
) : null}
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/variable/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function App() {
<p>
<strong>Notice:</strong> You are currently running React in
development mode. Rendering performance will be slightly degraded
until this application is build for production.
until this application is built for production.
</p>
) : null}
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/window/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function App() {
<p>
<strong>Notice:</strong> You are currently running React in
development mode. Rendering performance will be slightly degraded
until this application is build for production.
until this application is built for production.
</p>
) : null}
</div>
Expand Down