Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating keyed/reflex-js-atomic failed #1802

Open
krausest opened this issue Dec 14, 2024 · 1 comment
Open

Updating keyed/reflex-js-atomic failed #1802

krausest opened this issue Dec 14, 2024 · 1 comment

Comments

@krausest
Copy link
Owner

As in #1789 I'm updating all implementations. Implementations that failed to update are moved in to the broken-frameworks folder.
Here's what I'm trying to update:

-    "reflex-dom": "0.23.1"
+    "reflex-dom": "0.25.3"

The build fails with the following runtime error when deleting a row:

main.js:1 Uncaught TypeError: Cannot read properties of undefined (reading '_')
    at _detachEffectFromStates (main.js:1:7240)
    at main.js:1:7815
    at _dispatch (main.js:1:179)
    at recursivelyUpdateMountState (main.js:1:3443)
    at _removeNode (main.js:1:3763)
    at _diffChildren (main.js:1:4550)
    at diffNode (main.js:1:5988)
    at _diffChildren (main.js:1:4833)
    at diffNode (main.js:1:5988)
    at diffNode (main.js:1:5888)

@zouloux Can you take a look at this?

@zouloux
Copy link

zouloux commented Jan 27, 2025

Hi, sorry for the delay. I'll definitively check that, thanks for the feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants