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

fix: convert destructured array's props to signal #7217

Open
wants to merge 1 commit into
base: build/v2
Choose a base branch
from

Conversation

Varixo
Copy link
Member

@Varixo Varixo commented Dec 31, 2024

No description provided.

@Varixo Varixo self-assigned this Dec 31, 2024
@Varixo Varixo requested a review from a team as a code owner December 31, 2024 12:53
Copy link

changeset-bot bot commented Dec 31, 2024

🦋 Changeset detected

Latest commit: 8d499f5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@qwik.dev/core Patch
eslint-plugin-qwik Patch
@qwik.dev/react Patch
@qwik.dev/router Patch
create-qwik Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

pkg-pr-new bot commented Dec 31, 2024

Open in Stackblitz

npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/core@7217
npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/router@7217
npm i https://pkg.pr.new/QwikDev/qwik/eslint-plugin-qwik@7217
npm i https://pkg.pr.new/QwikDev/qwik/create-qwik@7217

commit: 8d499f5

Copy link
Contributor

github-actions bot commented Dec 31, 2024

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
qwik-docs ✅ Ready (View Log) Visit Preview 8d499f5

@Varixo Varixo force-pushed the v2-fix-wrapeed-indentifiers branch from 742d83f to 8d499f5 Compare January 2, 2025 13:48
@@ -2340,6 +2336,7 @@ fn is_return_static(expr: &Option<Box<ast::Expr>>) -> bool {
callee: ast::Callee::Expr(box ast::Expr::Ident(ident)),
..
})) => ident.sym.ends_with('$') || ident.sym.ends_with("Qrl") || ident.sym.starts_with("use"),
Some(box (ast::Expr::Array(_) | ast::Expr::Object(_))) => true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be called recursively? [Math.random()]?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting For Review
Development

Successfully merging this pull request may close these issues.

[🐞] V2 - “useTask$” only listens for the first change in the client.
2 participants