react icon indicating copy to clipboard operation
react copied to clipboard

React tsParticles official component

Results 20 react issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tsparticles/preset-big-circles](https://particles.js.org) ([source](https://redirect.github.com/tsparticles/presets/tree/HEAD/presets/bigCircles)) | [`3.0.0` -> `3.2.0`](https://renovatebot.com/diffs/npm/@tsparticles%2fpreset-big-circles/3.0.0/3.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tsparticles%2fpreset-big-circles/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

size/XS

## Summary by CodeRabbit - **New Features** - Introduced a foundational guide for setting up a React application using TypeScript and Vite. - Added dynamic loading for particle effects, enhancing...

size/XXL

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.10.3` -> `20.17.31`](https://renovatebot.com/diffs/npm/@types%2fnode/20.10.3/20.17.31) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.31?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

size/XS

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.1.1` -> `3.5.3`](https://renovatebot.com/diffs/npm/prettier/3.1.1/3.5.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

size/XS

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tsparticles/engine](https://particles.js.org) ([source](https://redirect.github.com/tsparticles/tsparticles/tree/HEAD/engine)) | [`3.0.2` -> `3.8.1`](https://renovatebot.com/diffs/npm/@tsparticles%2fengine/3.0.2/3.8.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tsparticles%2fengine/3.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

size/XS

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tsparticles/configs](https://particles.js.org) ([source](https://redirect.github.com/tsparticles/tsparticles/tree/HEAD/utils/configs)) | [`3.0.2` -> `3.8.1`](https://renovatebot.com/diffs/npm/@tsparticles%2fconfigs/3.0.2/3.8.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tsparticles%2fconfigs/3.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

size/XS

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitejs/plugin-react](https://redirect.github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme) ([source](https://redirect.github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)) | [`4.2.1` -> `4.4.1`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/4.2.1/4.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-react/4.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

size/XS

It doesn't look like the style prop is ever being applied here: https://github.com/tsparticles/react/blob/main/components/react/lib/Particles.tsx#L5C21-L5C36

Error from typescript intellesense: Type '(container?: Container) => void' is not assignable to type '(container?: Container | undefined) => Promise'. Type 'void' is not assignable to type 'Promise'.ts(2322) IParticlesProps.d.ts(9, 5):...

![image](https://github.com/user-attachments/assets/a70aad8f-af04-473c-9f9e-be0d23b828ae) Because the **props** in the dependencies of useEffect, tsParticles loaded multiple times.