Skip to content

Commit

Permalink
test(mediaAspect): log to debug on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrododo committed Dec 10, 2023
1 parent 793631a commit cf1f012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/WebCamVideoPlane/WebCamVideoPlane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const WebCamVideoPlane = () => {

useEffect(() => {
const timeout = setTimeout(() => {
console.log("renderizado");
setRenderizado(true);
}, 100);

Expand Down

0 comments on commit cf1f012

Please sign in to comment.