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

wip #9261

Conversation

NullVoxPopuli
Copy link
Sponsor Contributor

Description

Notes for the release

@@ -31,6 +31,11 @@
"default": "./addon/*.js"
}
},
"typesVersions": {
"*": {
"*": ["./unstable-preview-types/index.d.ts"]
Copy link
Sponsor Contributor Author

Choose a reason for hiding this comment

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

I noticed that these weren't built, so this won't work

@@ -55,13 +57,13 @@ export class Request extends Component {

<template>
{{#if this.reqState.isLoading}}
Copy link
Sponsor Contributor Author

Choose a reason for hiding this comment

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

named args must always come after positional args

@@ -23,6 +23,8 @@ export class Throw extends Component {
<template></template>
}

const and = (x: unknown, y: unknown) => x && y;
Copy link
Sponsor Contributor Author

Choose a reason for hiding this comment

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

and wasn't defined or imported

See also: emberjs/rfcs#816

@runspired
Copy link
Contributor

thanks for poking around! got the branch working and applied the suggestions on gts usage there

@runspired runspired closed this Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants