Skip to content

Conversation

@DenisBalan
Copy link

Fixed missing semicolon in markdown files

Feel free to squash this pr.

image

@netlify
Copy link

netlify bot commented Dec 31, 2025

Deploy Preview for ngrx-io ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 86beb2a
🔍 Latest deploy log https://app.netlify.com/projects/ngrx-io/deploys/695502cb9a8380000877d4ec
😎 Deploy Preview https://deploy-preview-5063--ngrx-io.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

};

const selectId: SelectEntityId<Todo&gt = (todo) => todo.key;
const selectId: SelectEntityId<Todo&gt; = (todo) => todo.key;
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for the PR, this can also be a closing chevron.

Suggested change
const selectId: SelectEntityId<Todo&gt; = (todo) => todo.key;
const selectId: SelectEntityId<Todo> = (todo) => todo.key;

@timdeschryver timdeschryver changed the title Fix syntax error in selectId declaration docs(www): syntax error in selectId declaration Dec 31, 2025
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.

2 participants