Nicholas Confer

Results 4 comments of Nicholas Confer

Just adding to this bug. I'm getting the same error using the latest version of ng-recaptcha, but the issue now points to zone.evergreen.js. The original solution provided using main.ts also...

The issue I created #465 may be duplicate, although the issue I'm experiencing is also running SSR in dev on localhost. Its possible if the localhost run being processed was...

**Update** Tested further and can confirm that under any situation, an ignored scss file is not ignored **if it is imported** in a scss file that is checked. **Original** @acalvo...

@acalvo Was able to fix my tailwind issue (point 2 in comment above) by updating my import statements to... ` @import '~tailwindcss/base'; @import '~tailwindcss/components'; @import '~tailwindcss/utilities'; ` Note, the issue...