Problem w/ NextJS #135
Replies: 2 comments 7 replies
-
the |
Beta Was this translation helpful? Give feedback.
-
New problem, the z-index is not correctly loading. |
Beta Was this translation helpful? Give feedback.
-
the |
Beta Was this translation helpful? Give feedback.
-
New problem, the z-index is not correctly loading. |
Beta Was this translation helpful? Give feedback.
-
I am having a problem with implementing this into my nextjs website (GameLord2011/My-Wesite) and in the particles component the code
particlesLoaded={particlesLoaded}
returns a ts(2322) error The message is: 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'
(property) IParticlesProps.particlesLoaded?: ((container?: Container) => Promise) | undefined
Can you help?
Beta Was this translation helpful? Give feedback.
All reactions