+
Chat
+
+ {connectionError && (
+
{connectionError}
+ )}
+
+
+ {messages.map((msg, index) => (<>
+
{msg.text}
+
+ >
))}
-
+
);
};
diff --git a/peerprep/frontend/yarn.lock b/peerprep/frontend/yarn.lock
index f34c413100..5546981db3 100644
--- a/peerprep/frontend/yarn.lock
+++ b/peerprep/frontend/yarn.lock
@@ -2904,6 +2904,11 @@ ltgt@^2.1.2:
resolved "https://registry.npmjs.org/ltgt/-/ltgt-2.2.1.tgz"
integrity sha512-AI2r85+4MquTw9ZYqabu4nMwy9Oftlfa/e/52t9IjtfG+mGBbTNdAoZ3RQKLHR6r0wQnwZnPIEh/Ya6XTWAKNA==
+lucide-react@^0.456.0:
+ version "0.456.0"
+ resolved "https://registry.npmjs.org/lucide-react/-/lucide-react-0.456.0.tgz"
+ integrity sha512-DIIGJqTT5X05sbAsQ+OhA8OtJYyD4NsEMCA/HQW/Y6ToPQ7gwbtujIoeAaup4HpHzV35SQOarKAWH8LYglB6eA==
+
lz-string@^1.5.0:
version "1.5.0"
resolved "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz"
@@ -3383,7 +3388,7 @@ react-router@6.26.2:
dependencies:
"@remix-run/router" "1.19.2"
-react@^18.0.0, react@^18.3.1, "react@>=15.5 <=18.x", "react@>=16.14.0 <20.0.0 || ^19.0.0-0", react@>=16.8:
+"react@^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc", react@^18.0.0, react@^18.3.1, "react@>=15.5 <=18.x", "react@>=16.14.0 <20.0.0 || ^19.0.0-0", react@>=16.8:
version "18.3.1"
resolved "https://registry.npmjs.org/react/-/react-18.3.1.tgz"
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==