diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5f6f8c216..cc41aa5634 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,6 +45,7 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/
- Added missing support for chat history scroll with keyboard when Fluent send box is focused, in PR [#5191](https://github.com/microsoft/BotFramework-WebChat/pull/5191), by [@OEvgeny](https://github.com/OEvgeny)
- Fixed DTMF command usage sent by telephone keypad, in PR [#5198](https://github.com/microsoft/BotFramework-WebChat/pull/5198), by [@OEvgeny](https://github.com/OEvgeny)
- Fixed decorator import in legacy CommonJS environments, in [#5231](https://github.com/microsoft/BotFramework-WebChat/pull/5231), by [@OEvgeny](https://github.com/OEvgeny)
+- Scoped `use-propagate` to individual WebChat instances to prevent interference between multiple instances, in PR [#5248](https://github.com/microsoft/BotFramework-WebChat/pull/5248), by [@OEvgeny](https://github.com/OEvgeny)
### Changed
diff --git a/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-1-snap.png b/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-1-snap.png
new file mode 100644
index 0000000000..dea7f6676c
Binary files /dev/null and b/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-1-snap.png differ
diff --git a/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-2-snap.png b/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-2-snap.png
new file mode 100644
index 0000000000..71cd8d1369
Binary files /dev/null and b/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-2-snap.png differ
diff --git a/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-3-snap.png b/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-3-snap.png
new file mode 100644
index 0000000000..f9dc1ce643
Binary files /dev/null and b/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-3-snap.png differ
diff --git a/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-4-snap.png b/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-4-snap.png
new file mode 100644
index 0000000000..43cbfca2d6
Binary files /dev/null and b/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-4-snap.png differ
diff --git a/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-5-snap.png b/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-5-snap.png
new file mode 100644
index 0000000000..62ac52ba4a
Binary files /dev/null and b/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-5-snap.png differ
diff --git a/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-6-snap.png b/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-6-snap.png
new file mode 100644
index 0000000000..9423a6a8d2
Binary files /dev/null and b/__tests__/__image_snapshots__/html/focus-back-multiple-js-fluent-theme-applied-with-multiple-web-chat-instances-places-focus-back-6-snap.png differ
diff --git a/__tests__/html/fluentTheme/focusBack.multiple.html b/__tests__/html/fluentTheme/focusBack.multiple.html
new file mode 100644
index 0000000000..18799daef0
--- /dev/null
+++ b/__tests__/html/fluentTheme/focusBack.multiple.html
@@ -0,0 +1,121 @@
+
+
+
-
-
- {/* When is finalized, it will be using an independent instance that lives inside . */}
-
- {children}
-
-
-
-
+
+
+
+
+ {/* When is finalized, it will be using an independent instance that lives inside . */}
+
+ {children}
+
+
+
+
+
+