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
I'm sorry, but it looks like an error has occurred due to a code validation failure. The error message is /mnt/caches/repos/tsparticles/angular/13a43a8aec836b87092e683e7c767034e6767ed18cfa1a5f2539985d8ad63974/main/components/particles/projects/ng-particles/src/lib/ng-particles.component.ts does not exist.. Here were the changes I had planned:
Import the ClickMode and HoverMode types in particles-background.component.ts.
--- +++ @@ -13,5 +13,5 @@
import { from, mergeMap, Subject, Subscription, takeUntil } from 'rxjs';
import { tsParticles } from '@tsparticles/engine';
import type { Container, Engine } from '@tsparticles/engine';
-import { IParticlesProps } from './ng-particles.module';+import { IParticlesProps, ClickMode, HoverMode } from './ng-particles.module';
import { NgParticlesService } from './ng-particles.service';
Feel free to add more details to the issue description so Sweep can better address it. Alternatively, reach out to Kevin or William for help at https://community.sweep.dev/.
Details
ClickMode and HoverMode has no exported members in this package
The text was updated successfully, but these errors were encountered: