René's URL Explorer Experiment


Title: Unexpected error when using generic with Pick and Exclude · Issue #28748 · microsoft/TypeScript · GitHub

Open Graph Title: Unexpected error when using generic with Pick and Exclude · Issue #28748 · microsoft/TypeScript

X Title: Unexpected error when using generic with Pick and Exclude · Issue #28748 · microsoft/TypeScript

Description: TypeScript Version: 3.2.1 Search Terms: generic pick exclude Code // // Example 1 // const fn = ( params: Pick>, ): Params => // Unexpected error /* Type 'Pick

Open Graph Description: TypeScript Version: 3.2.1 Search Terms: generic pick exclude Code // // Example 1 // const fn = ( params: Pick>, ): Params => // Unexpected e...

X Description: TypeScript Version: 3.2.1 Search Terms: generic pick exclude Code // // Example 1 // const fn = <Params extends {}>( params: Pick<Params, Exclude<keyof Params, never>>, ): Params ...

Opengraph URL: https://github.com/microsoft/TypeScript/issues/28748

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Unexpected error when using generic with Pick and Exclude","articleBody":"\u003c!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨\r\n\r\nHalf of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common \"Bugs\" That Aren't Bugs section!\r\n\r\nPlease help us by doing the following steps before logging an issue:\r\n  * Search: https://github.com/Microsoft/TypeScript/search?type=Issues\r\n  * Read the FAQ: https://github.com/Microsoft/TypeScript/wiki/FAQ\r\n\r\nPlease fill in the *entire* template below.\r\n--\u003e\r\n\r\n\u003c!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --\u003e\r\n**TypeScript Version:**  3.2.1\r\n\r\n\u003c!-- Search terms you tried before logging this (so others can find this issue more easily) --\u003e\r\n**Search Terms:** generic pick exclude\r\n\r\n**Code**\r\n\r\n``` ts\r\n//\r\n// Example 1\r\n//\r\n\r\nconst fn = \u003cParams extends {}\u003e(\r\n    params: Pick\u003cParams, Exclude\u003ckeyof Params, never\u003e\u003e,\r\n): Params =\u003e\r\n    // Unexpected error\r\n    /* Type 'Pick\u003cParams, Exclude\u003ckeyof Params, never\u003e\u003e' is not assignable to type 'Params'. */\r\n    params;\r\n\r\n//\r\n// Example 2\r\n//\r\n\r\nimport * as React from 'react';\r\nimport { ComponentType, FunctionComponent } from 'react';\r\n\r\ntype User = { name: string };\r\ntype UserProp = { user: User };\r\n\r\nexport const myHoc = function\u003cComposedComponentProps extends UserProp\u003e(\r\n    ComposedComponent: ComponentType\u003cComposedComponentProps\u003e,\r\n) {\r\n    // These two should be equivalent, but they're not?\r\n    // Doesn't work:\r\n    type Props = Pick\u003c\r\n        ComposedComponentProps,\r\n        Exclude\u003ckeyof ComposedComponentProps, never\u003e\r\n    \u003e;\r\n    // Works:\r\n    // type Props = ComposedComponentProps;\r\n\r\n    const Component: FunctionComponent\u003cProps\u003e = props =\u003e (\r\n        // Unexpected error\r\n        /* Type 'PropsWithChildren\u003cPick\u003cComposedComponentProps, Exclude\u003ckeyof ComposedComponentProps, never\u003e\u003e\u003e' is not assignable to type 'IntrinsicAttributes \u0026 ComposedComponentProps \u0026 { children?: ReactNode; }'.\r\n            Type 'PropsWithChildren\u003cPick\u003cComposedComponentProps, Exclude\u003ckeyof ComposedComponentProps, never\u003e\u003e\u003e' is not assignable to type 'ComposedComponentProps'. */\r\n        \u003cComposedComponent {...props} /\u003e\r\n    );\r\n\r\n    return Component;\r\n};\r\n```","author":{"url":"https://github.com/OliverJAsh","@type":"Person","name":"OliverJAsh"},"datePublished":"2018-11-29T22:48:20.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":21},"url":"https://github.com/28748/TypeScript/issues/28748"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:9c686705-a139-8f89-1bc5-7e32b75d625c
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8714:29DF63:611FAF:83A983:6A627C43
html-safe-nonceeab0831aa5798d18b73f51828d3823c57d0b6f5425aa06d5da6e74c48fb0548d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NzE0OjI5REY2Mzo2MTFGQUY6ODNBOTgzOjZBNjI3QzQzIiwidmlzaXRvcl9pZCI6IjU0MDkwNjQwMDc0MzI4MzAwMTkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacc247c6e815b864bc139f0dbe82b6d08bbc1a13c31099c92d77362d027b8187a0
hovercard-subject-tagissue:385960695
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/TypeScript/28748/issue_layout
twitter:imagehttps://opengraph.githubassets.com/ab86d3e91bdfab9e8976270127b0e511b1429e4200cfa04caf85a9e8e4d1d5e8/microsoft/TypeScript/issues/28748
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ab86d3e91bdfab9e8976270127b0e511b1429e4200cfa04caf85a9e8e4d1d5e8/microsoft/TypeScript/issues/28748
og:image:altTypeScript Version: 3.2.1 Search Terms: generic pick exclude Code // // Example 1 // const fn = ( params: Pick>, ): Params => // Unexpected e...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameOliverJAsh
hostnamegithub.com
expected-hostnamegithub.com
None838e87bd0e4f5415707a930bc14e89e382dc2ea046e50ff575252eb2f2cb06a2
turbo-cache-controlno-preview
go-importgithub.com/microsoft/TypeScript git https://github.com/microsoft/TypeScript.git
octolytics-dimension-user_id6154722
octolytics-dimension-user_loginmicrosoft
octolytics-dimension-repository_id20929025
octolytics-dimension-repository_nwomicrosoft/TypeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id20929025
octolytics-dimension-repository_network_root_nwomicrosoft/TypeScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef0081192f88523d2bf4cfdf22bb3e138affc4cd1
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/microsoft/TypeScript/issues/28748#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fissues%2F28748
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fissues%2F28748
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=microsoft%2FTypeScript
Reloadhttps://github.com/microsoft/TypeScript/issues/28748
Reloadhttps://github.com/microsoft/TypeScript/issues/28748
Reloadhttps://github.com/microsoft/TypeScript/issues/28748
Please reload this pagehttps://github.com/microsoft/TypeScript/issues/28748
microsoft https://github.com/microsoft
TypeScripthttps://github.com/microsoft/TypeScript
Notifications https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Fork 13.6k https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Star 110k https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Code https://github.com/microsoft/TypeScript
Issues 5k+ https://github.com/microsoft/TypeScript/issues
Pull requests 21 https://github.com/microsoft/TypeScript/pulls
Actions https://github.com/microsoft/TypeScript/actions
Projects https://github.com/microsoft/TypeScript/projects
Models https://github.com/microsoft/TypeScript/models
Wiki https://github.com/microsoft/TypeScript/wiki
Security and quality 0 https://github.com/microsoft/TypeScript/security
Insights https://github.com/microsoft/TypeScript/pulse
Code https://github.com/microsoft/TypeScript
Issues https://github.com/microsoft/TypeScript/issues
Pull requests https://github.com/microsoft/TypeScript/pulls
Actions https://github.com/microsoft/TypeScript/actions
Projects https://github.com/microsoft/TypeScript/projects
Models https://github.com/microsoft/TypeScript/models
Wiki https://github.com/microsoft/TypeScript/wiki
Security and quality https://github.com/microsoft/TypeScript/security
Insights https://github.com/microsoft/TypeScript/pulse
Unexpected error when using generic with Pick and Excludehttps://github.com/microsoft/TypeScript/issues/28748#top
https://github.com/weswigham
BugA bug in TypeScripthttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Bug%22
Domain: Conditional TypesThe issue relates to conditional typeshttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Domain%3A%20Conditional%20Types%22
https://github.com/OliverJAsh
OliverJAshhttps://github.com/OliverJAsh
on Nov 29, 2018https://github.com/microsoft/TypeScript/issues/28748#issue-385960695
weswighamhttps://github.com/weswigham
BugA bug in TypeScripthttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Bug%22
Domain: Conditional TypesThe issue relates to conditional typeshttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Domain%3A%20Conditional%20Types%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.