question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[0.0.18] invalid value passed to interaction

See original GitHub issue

Hi @nandorojo,

tried the Canary and so far, everything was working as expected without breaking changes. While I tried your release-note example, which was looking dope, I encountered this issue:

<MotiPressable>
  {(interaction) => {
    return (
      <MotiView
        animate={() => {
          'worklet'

          const { pressed, hovered } = interaction.value

          return { opacity: pressed ? 0.9 : 1 }
        }}
      />
    )
  }}
</MotiPressable>

IMG_8611

Some informations:

  • react-native-reanimated v2.5.0
  • react-native-gesture-handler v2.1.1
  • moti v0.18.0-alpha.10

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:13 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
nandorojocommented, Mar 31, 2022

I reproduced this in my app, will investigate.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Interactions and ANOVA — statsmodels
Or since we initially passed in a DataFrame, we have a DataFrame ... RuntimeWarning: invalid value encountered in greater return (a < x) ......
Read more >
IBM App Connect Enterprise Version 11.0 release notes
This document contains the release notes for IBM App Connect Enterprise Version 11.0, including the tooling and runtime components.
Read more >
@onflow/sdk | Yarn - Package Manager
Non-array payer is deprecated and will error in future versions of sdk. ... Same as 0.0.18 but the package-lock was updated. 0.0.18 --...
Read more >
Bug listing with status RESOLVED with resolution TEST ...
Error in sched.c line 961. ... gets passed to kernel" status:RESOLVED resolution:TEST-REQUEST severity:normal ... Bug:267916 - "app-text/xmlto-0.0.18 - ?
Read more >
Issue #1530: strongswan often reports "error writing to socket
The server often reports "error writing to socket: Invalid argument" during ... I add debugging prints in strongswan code to compare the passed...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found