BugProg
BugProg
Hi @Rounaque-Noor ! Thank you for your message ! I don't understand your fix. This is my code, where I should insert your code ? ```js new (TypeIt as any)("#typeIt",...
Hi @GeronimoSerial ! No, sorry, I didn't fix it yet.😢
Hi @GeronimoSerial, The code below seems to work without errors: ```js import { isPlatformBrowser } from '@angular/common'; ... private isBrowser: boolean; constructor( @Inject(PLATFORM_ID) platformId: Object) { this.isBrowser = isPlatformBrowser(platformId); }...
Yes, I have SSR enable.
Hi @sey ! Thank you for your solution ! I will try this very soon and notice you if it's working.
Hi @ciriousjoker ! Where did you add `import ("@lottiefiles/lottie-player");` ? When I imported lottie-player in my component, `ng s` crash immediately and return error 1.
Hmmm, I added in the constructor but `ng s` crash immediately. ``` Node.js v20.9.0 fatal error: all goroutines are asleep - deadlock! goroutine 1 [chan receive]: github.com/evanw/esbuild/internal/helpers.(*ThreadSafeWaitGroup).Wait(...) github.com/evanw/esbuild/internal/helpers/waitgroup.go:36 main.runService.func2() github.com/evanw/esbuild/cmd/esbuild/service.go:114...
Thanks for that detail @ciriousjoker ! I'm going to try the same code without Vite.
Hi! Haha, 😂 I started my project a long time ago with my Arduino Nano ESP32, and I am just starting to work on the radio. I'm so upset to...
Thank you !!