Update package app verison
This commit is contained in:
Родитель
99ca04a9d7
Коммит
0efa911977
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "learn-together-brainstorm",
|
||||
"version": "0.46.0",
|
||||
"version": "0.49.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "learn-together-brainstorm",
|
||||
"version": "0.46.0",
|
||||
"version": "0.49.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fluentui/react": "^8.29.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "learn-together-brainstorm",
|
||||
"version": "0.46.0",
|
||||
"version": "0.49.2",
|
||||
"description": "A simple brainstorming app built using Create React App plus a Fluid data model",
|
||||
"homepage": "https://fluidframework.com",
|
||||
"repository": "danwahlin/LearnTogether-Brainstorm-App",
|
||||
|
|
|
@ -21,6 +21,7 @@ export const BrainstormView = (props: { container: IFluidContainer, services: Az
|
|||
audience.getMembers().values()
|
||||
)
|
||||
), [setMembers, audience]);
|
||||
|
||||
// Setup a listener to update our users when new clients join the session
|
||||
useEffect(() => {
|
||||
container.on("connected", setMembersCallback);
|
||||
|
|
Загрузка…
Ссылка в новой задаче