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

when using reactive the component doesn't get updated #361

Closed
6 tasks done
victorlmneves opened this issue Nov 18, 2022 · 4 comments
Closed
6 tasks done

when using reactive the component doesn't get updated #361

victorlmneves opened this issue Nov 18, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@victorlmneves
Copy link

Describe the bug

When using reactive to set the data passed to the component, the component doesn't get updated with new info but it shows it on the Source block

Reproduction

https://stackblitz.com/edit/histoire-vue3-starter-kauxjs

System Info

System:
    OS: macOS 12.5.1
    CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
    Memory: 131.54 MB / 16.00 GB
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 16.16.0 - ~/.nvm/versions/node/v16.16.0/bin/node
    Yarn: 1.22.17 - /usr/local/bin/yarn
    npm: 8.11.0 - ~/.nvm/versions/node/v16.16.0/bin/npm
  Browsers:
    Brave Browser: 107.1.45.127
    Chrome: 107.0.5304.110
    Firefox: 106.0.1
    Safari: 15.6.1

Used Package Manager

npm

Validations

@victorlmneves victorlmneves added the to triage This issue needs to be triaged label Nov 18, 2022
@stackblitz
Copy link

stackblitz bot commented Nov 18, 2022

Fix this issue in StackBlitz Codeflow Start a new pull request in StackBlitz Codeflow.

@sacki5
Copy link

sacki5 commented Nov 23, 2022

Experiencing the same issue. Had to revert back to v10.7 for it to work again.

@sacki5
Copy link

sacki5 commented Nov 25, 2022

Seems to only be happening when using iframe. Native still works.

@jfitzsimmons2
Copy link

If you're using iframes, one thing I've noticed about this is if you switch to reactive to ref it works, but obviously its not a sustainable workaround.

For now I'm using layout={iframe:false} based on @sacki5's comment to continue to use reactive.

@Akryum Akryum self-assigned this Dec 2, 2022
@Akryum Akryum added bug Something isn't working and removed to triage This issue needs to be triaged labels Dec 2, 2022
@Akryum Akryum closed this as completed in 4b7fe0c Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants