Skip to content

[compiler] Allow functions containing refs to be returned#30724

Merged
mvitousek merged 3 commits into
gh/mvitousek/30/basefrom
gh/mvitousek/30/head
Aug 16, 2024
Merged

[compiler] Allow functions containing refs to be returned#30724
mvitousek merged 3 commits into
gh/mvitousek/30/basefrom
gh/mvitousek/30/head

Conversation

@mvitousek
Copy link
Copy Markdown
Contributor

@mvitousek mvitousek commented Aug 16, 2024

Summary:
We previously were excessively strict about preventing functions that access refs from being returned--doing so is potentially valid for hooks, because the return value may only be used in an event or effect.

[ghstack-poisoned]
@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-compiler-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 16, 2024 5:16pm

Summary:
We previously were excessively strict about preventing functions that access refs from being returned--doing so is potentially valid for hooks, because the return value may only be used in an event or effect.

[ghstack-poisoned]
Copy link
Copy Markdown
Member

@josephsavona josephsavona left a comment

Choose a reason for hiding this comment

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

awesome, thanks for following up on this. see fixture before landing though


```

### Eval output
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

oops

Summary:
We previously were excessively strict about preventing functions that access refs from being returned--doing so is potentially valid for hooks, because the return value may only be used in an event or effect.

[ghstack-poisoned]
@mvitousek mvitousek merged commit ff1a1a3 into gh/mvitousek/30/base Aug 16, 2024
mvitousek added a commit that referenced this pull request Aug 16, 2024
Summary:
We previously were excessively strict about preventing functions that access refs from being returned--doing so is potentially valid for hooks, because the return value may only be used in an event or effect.

ghstack-source-id: cfa8bb1
Pull Request resolved: #30724
@mvitousek mvitousek deleted the gh/mvitousek/30/head branch August 16, 2024 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants