You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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): The expected type comes from property 'particlesLoaded' which is declared here on type 'IntrinsicAttributes & IParticlesProps'
Workaround (?) Comment out Container import, and all refs.
The text was updated successfully, but these errors were encountered:
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): The expected type comes from property 'particlesLoaded' which is declared here on type 'IntrinsicAttributes & IParticlesProps'
Workaround (?) Comment out Container import, and all refs.
The text was updated successfully, but these errors were encountered: