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

Property 'id' does not exist on type 'IntrinsicAttributes #700

Closed
lifeeric opened this issue Aug 16, 2020 · 2 comments · Fixed by #701
Closed

Property 'id' does not exist on type 'IntrinsicAttributes #700

lifeeric opened this issue Aug 16, 2020 · 2 comments · Fixed by #701
Labels
bug Something isn't working

Comments

@lifeeric
Copy link

lifeeric commented Aug 16, 2020

Describe the bug
I'm facing issue when I assign id to Particles component like <Particles id="tsparticles" />, there error is below

type '{ id: string; options: { fpsLimit: number; particles: { number: { value: number; density: { enable: true; value_area: number; }; }; color: { value: string[]; }; shape: { type: string[]; stroke: { width: number; color: string; }; polygon: { ...; }; }; opacity: { ...; }; size: { ...; }; line_linked: { ...; }; move: { ...' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<ParticlesProps, any, any>> & Readonly<ParticlesProps> & Readonly<...>'.
  Property 'id' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<ParticlesProps, any, any>> & Readonly<ParticlesProps> & Readonly<...>'.ts(2322)

Screenshots
image

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.87. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the bug Something isn't working label Aug 16, 2020
matteobruni added a commit that referenced this issue Aug 16, 2020
@matteobruni
Copy link
Collaborator

Fixed that in 1.17.8, it was a non breaking error but I'd like to have it fixed

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants