Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

Type error. #134

Open
GameLord2011 opened this issue Jan 10, 2025 · 0 comments
Open

Type error. #134

GameLord2011 opened this issue Jan 10, 2025 · 0 comments

Comments

@GameLord2011
Copy link

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.

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

No branches or pull requests

1 participant