Daniel Spitzer

Results 5 comments of Daniel Spitzer

I usually just run `npx -p typescript tsc src/**/*.js --declaration --allowJs --emitDeclarationOnly --outDir src` to have the basic types after each release I think that could be a good starting...

> > Warning: flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task....

my workaround was to manually specify the `channelId`, loosely based on the current code: https://github.com/FirebaseExtended/action-hosting-deploy/blob/main/bin/action.min.js#L11267 ```yaml - name: Deploy to Firebase (preview) uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount:...

@zhaoyi0113 You can solve this by importing all the other less files in a new file, and when you compile that, it will contain all the rules from every less...

I am experiencing a similar problem, I receive these errors: http://pastebin.com/GFJefNMm the first one is: "error: error reading lib/collections-generic-4.01.jar; cannot read zip file" I tried unpacking the JARs with unzip...