From 0de8cef208fef9203d33fc824b6d77acabec02c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Fridmansk=C3=BD?= Date: Wed, 8 Nov 2023 21:53:37 +0100 Subject: [PATCH] fix: worklet error --- src/components/InstagramStories/index.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/InstagramStories/index.tsx b/src/components/InstagramStories/index.tsx index cf0e69f..5891779 100644 --- a/src/components/InstagramStories/index.tsx +++ b/src/components/InstagramStories/index.tsx @@ -43,8 +43,6 @@ const InstagramStories = forwardRef { - 'worklet'; - loadingStory.value = id; if ( loadedStories.value ) { @@ -57,16 +55,12 @@ const InstagramStories = forwardRef { - 'worklet'; - loadingStory.value = undefined; }; const onStoriesChange = async () => { - 'worklet'; - seenStories.value = await ( saveProgress ? getProgressStorage() : {} ); const promises = stories.map( ( story ) => {