sandeep.gs

Results 19 comments of sandeep.gs

As a workaroud - I just created a postinstall script like below `scripts/postinstall.js` ``` #!/usr/bin/env node const replace = require('replace-in-file'); const removeAntdGlobalStyles = () => { const options = {...

@himanshuc3 I'm using **babel-plugin-import** for on-demand component imports

I think you can add support for 'doneables' as well like 'thenables', as promises like 'q' are implemented 'done' instead of 'then'.

> You can try `` to remove mask animation which has conflicts with bootstrap css. @afc163 This works, can we fix this in the next release?

@wengergruppe are you fixing the formatting?, I can help to fix it if you can provide write access

> @gsaandy if you want to make a new PR with these changes that would be great. Then we can close this one and merge yours @melloware here is the...

Looks like hash router was working fine with nuqs v2.2.1 and react-router v6, but after upgrading to 2.3.1 it is not working anymore. Is this a known issue? @franky47 looks...