summaryrefslogtreecommitdiff
path: root/packages/integrations/react/context.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/react/context.js')
-rw-r--r--packages/integrations/react/context.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/context.js b/packages/integrations/react/context.js
index 5d9b1d7b1..2e3e37fd5 100644
--- a/packages/integrations/react/context.js
+++ b/packages/integrations/react/context.js
@@ -17,7 +17,7 @@ function getContext(rendererContextResult) {
}
export function incrementId(rendererContextResult) {
- const ctx = getContext(rendererContextResult)
+ const ctx = getContext(rendererContextResult);
const id = ctx.id;
ctx.currentIndex++;
return id;
ions'>-17/+7 config files (#5143) 2023-09-12docs: fix typo in import.meta.resolve (#5146)Gravatar Jonathan Neal 1-1/+1 2023-09-12Update hot.md (#4990)Gravatar Nazeel 1-1/+1 2023-09-12Update simple.md (#4997)Gravatar Tom Redman 1-1/+1 Remove errant slash preventing the correct console log 2023-09-12fix typo and grammar errors (#5046)Gravatar xnacly 1-3/+3 2023-09-12clang and llvm on arch install v16, update to use v15 (#5069)Gravatar mi4uu 1-1/+10 2023-09-12Add missing full stop on nodejs-apis.md (#5072)Gravatar Diogo Goncalves 1-5/+5 2023-09-12udate README.md (#5127)Gravatar Toby 1-1/+1 update path 2023-09-12docs: fix typos (#5151)Gravatar Samuel Rigaud 17-18/+18 2023-09-12fix lifecycle docu (#5159)Gravatar Thomas Rupprecht 1-4/+4 2023-09-12Clean up Modules docGravatar Colin McDonnell 1-66/+73