Skip to content

Router state data property issue #342

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

suresh-gangumalla
Copy link
Collaborator

As both component props and router state data property is holding to same refference, observed that props based effects are also triggering for router state data property updates(recursive proxy creation of data object) this leads to an undefined error of blits element in that particular component.

Note: Observed this issue while navigating through Episode pages of Blits example application Router hooks example

As both props and router state data property is holding to
same refference Observed that props based effects are also triggering
for router state data property updates(recursive proxy creation of data
object) this leads to an undefined error of blits element in that
particular component.

Note: Observed this issue while navigating through Episode pages of
Blits example application Router hooks example

Signed-off-by: Suresh Kumar Gangumalla <[email protected]>
Copy link

Test Results Summary: (Ran at: Thu Apr 10 09:19:19 UTC 2025)
passed: 0 failed: 0 of 0 tests (513ms)

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

Successfully merging this pull request may close these issues.

1 participant