From 2664c26d8cb9085b75bebd0c2f4b40b17e661710 Mon Sep 17 00:00:00 2001 From: Sung Hah Hwang <83917784+pr-o@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:40:24 +0900 Subject: [PATCH 1/3] Update main.tsx --- examples/react/fixed/src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react/fixed/src/main.tsx b/examples/react/fixed/src/main.tsx index a67ed5bf..8fbf2ea8 100644 --- a/examples/react/fixed/src/main.tsx +++ b/examples/react/fixed/src/main.tsx @@ -32,7 +32,7 @@ function App() {

Notice: 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.

) : null} From ca6dca6e6353db1853220cfc88c3c7fca1f13c93 Mon Sep 17 00:00:00 2001 From: Sung Hah Hwang <83917784+pr-o@users.noreply.github.com> Date: Tue, 16 Jul 2024 19:23:04 +0900 Subject: [PATCH 2/3] fix minor typos --- examples/lit/dynamic/src/main.ts | 2 +- examples/react/dynamic/src/main.tsx | 4 ++-- examples/react/infinite-scroll/src/main.tsx | 2 +- examples/react/padding/src/main.tsx | 4 ++-- examples/react/scroll-padding/src/main.tsx | 2 +- examples/react/smooth-scroll/src/main.tsx | 2 +- examples/react/sticky/src/main.tsx | 2 +- examples/react/table/src/main.tsx | 4 ++-- examples/react/variable/src/main.tsx | 2 +- examples/react/window/src/main.tsx | 2 +- examples/svelte/dynamic/src/App.svelte | 2 +- examples/svelte/table/src/App.svelte | 2 +- examples/vue/dynamic/src/App.vue | 2 +- examples/vue/table/src/App.vue | 2 +- 14 files changed, 17 insertions(+), 17 deletions(-) diff --git a/examples/lit/dynamic/src/main.ts b/examples/lit/dynamic/src/main.ts index 03a0ec2e..7b724311 100644 --- a/examples/lit/dynamic/src/main.ts +++ b/examples/lit/dynamic/src/main.ts @@ -313,7 +313,7 @@ export class MyApp extends LitElement {

These components are using dynamic sizes. This means that each element's exact dimensions are unknown when rendered. An - estimated dimension is used to get an a initial measurement, then this + estimated dimension is used as the initial measurement, then this measurement is readjusted on the fly as each element is rendered.