Web: Keyframe.js: Cannot read property 'params' of undefined react-native-reanimated/plugin.js:308:36
See original GitHub issueDescription
Expected behavior
work
Actual behavior & steps to reproduce
Web crashing
Maybe the problem is here
const workletFunction = t.functionExpression(
t.identifier(name),
fun.program.body[0].expression.params,
prependClosureVariablesIfNecessary(
closureVariables,
fun.program.body[0].expression.body
)
);
Snack or minimal code example
Package versions
| name | version |
|---|---|
| react-native | 0.67.2 |
| react-native-reanimated | 2.4.1 |
| NodeJS | 4.18.1 |
| Xcode | |
| Java | |
| Gradle | |
| expo | |
| react-native-web. | 0.17.6 |
| react-scripts | 5.0.0 |
Affected platforms
- Android
- iOS
- Web
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
TypeError: Cannot read property 'params' of undefined in ...
I found the answer to this incase anyone is looking - thanks to this post: useParams hook returns undefined in react functional component....
Read more >keyframes - CSS: Cascading Style Sheets - MDN Web Docs
This can be used to animate an element from its initial state and back. Properties that can't be animated in keyframe rules are...
Read more >Keyframe.js: Cannot read property 'params' of undefined react ...
Web : Keyframe.js: Cannot read property 'params' of undefined react-native-reanimated/plugin.js:308:36.
Read more >cannot read properties of undefined (reading 'params')
You.com is an ad-free, private search engine that you control. Customize search results with 150 apps alongside web results. Access a zero-trace private ......
Read more >React TypeError: Cannot read property function of undefined
SET YOUR LIKE THERE ... Your browser can't play this video. ... Solved: React TypeError: Cannot read property function of undefined.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

i also white this error in react native web
i have a script for this if you want a can share it