Tried to modify key current of an object which has been already passed to a worklet#551
Merged
computerjazz merged 2 commits intocomputerjazz:mainfrom Mar 26, 2025
Conversation
|
Would be great to get this in at some point @computerjazz :) Confirmed to work in our app. |
48 tasks
Contributor
|
@computerjazz please? |
|
I'm also running into this issue and it would be great to have the fix in soon :) |
jefferyjxn
approved these changes
Oct 30, 2024
|
@elliottkember would you please update the PR with the latest patch from #539 to resolve the warnings? |
|
@computerjazz please 🙏 |
Contributor
Author
|
@ddrozdov Done – thank you for your help! Please double-check that it all looks good. And if you have further changes feel free to make a PR on my fork |
thai99hanoi
added a commit
to thai99hanoi/react-native-draggable-flatlist
that referenced
this pull request
Jul 3, 2025
…dy passed to a worklet (computerjazz#551)" This reverts commit e38a361.
molchanovskiy
added a commit
to molchanovskiy/react-native-draggable-flatlist
that referenced
this pull request
Jul 24, 2025
commit 5a9291d Author: Froredion <72370451+Froredion@users.noreply.github.com> Date: Sun Apr 27 10:01:19 2025 +0800 final compatibility fix for SDK 52 commit 209b36a Author: Froredion <72370451+Froredion@users.noreply.github.com> Date: Sun Apr 27 00:46:27 2025 +0800 compatibility for SDK 52 v2 commit 215f53c Author: Froredion <72370451+Froredion@users.noreply.github.com> Date: Sun Apr 27 00:36:48 2025 +0800 compatibility for SDK 52 commit 2cf9a7e Merge: 892db96 debd2ca Author: Arpit Verma <111184979+arpitv96171@users.noreply.github.com> Date: Wed Apr 23 13:38:22 2025 +0100 Merge branch 'main' into upgrade-reanimated-3xx commit debd2ca Author: Daniel Merrill <daniel.r.merrill@gmail.com> Date: Tue Apr 8 15:43:25 2025 -0700 Update README.md commit 6ccfab5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Apr 3 18:35:24 2025 -0700 Bump @babel/helpers from 7.18.2 to 7.27.0 in /Example (computerjazz#582) Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.18.2 to 7.27.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit d31aa63 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Apr 3 18:35:13 2025 -0700 Bump nanoid from 3.3.4 to 3.3.11 in /Example (computerjazz#583) Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.4 to 3.3.11. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.4...3.3.11) --- updated-dependencies: - dependency-name: nanoid dependency-version: 3.3.11 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit d700c26 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Apr 3 18:35:02 2025 -0700 Bump @babel/runtime from 7.21.0 to 7.27.0 in /Example (computerjazz#584) Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.0 to 7.27.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit d733391 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Apr 3 13:40:50 2025 -0700 Bump body-parser from 1.20.2 to 1.20.3 in /Example (computerjazz#554) Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.2...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 763a7b6 Author: computerjazz <daniel.r.merrill@gmail.com> Date: Thu Apr 3 13:38:49 2025 -0700 v4.0.2 commit e38a361 Author: Elliott Kember <elliott.kember@gmail.com> Date: Thu Mar 27 07:45:03 2025 +1300 Tried to modify key current of an object which has been already passed to a worklet (computerjazz#551) * Apply patches from computerjazz#539 * Incorporate changes from https://github.com/computerjazz/react-native-draggable-flatlist/issues/539\#issuecomment-2507728809 commit 892db96 Author: Arpit Verma <arpitverma101967@gmail.com> Date: Thu Sep 5 13:48:18 2024 +0100 [fix]: upgrading to expo 49 commit 63cc23a Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 23:12:49 2024 +0100 [fix]: revert more not needed changes commit 7b00c4c Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 23:11:30 2024 +0100 [fix]: revert more not needed changes commit 64d9d3f Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 23:11:07 2024 +0100 [fix]: revert more not needed changes commit 7bf05fc Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 23:09:46 2024 +0100 [fix]: revert more not needed changes commit cf5ccf0 Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 23:05:53 2024 +0100 [fix]: revert not required changes commit 617ee7c Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 23:03:10 2024 +0100 [fix]: revert example to expo 48 commit 3bc9de5 Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 22:43:20 2024 +0100 [fix]: remove unused code commit 9939196 Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 22:42:18 2024 +0100 [fix]: remove experimental property commit 8d2e44d Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 22:31:15 2024 +0100 [fix]: upgrade to reanimated 3.x.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I hit the error in #539 when using this library. The patch suggested in the issue has solved the problem for me.
Closes #539