Oleksandr Fediashov
Oleksandr Fediashov
A CodeSandbox is ready: https://codesandbox.io/s/cranky-euclid-4qr9z It's enough to use `mount()` to repro it, see `index.test.js`.
@ljharb I started #2430 as I would like to run tests on React 17 ASAP 😺 Appreciate your eyes on it
> Dear @layershifter thanks for the PR! > > Any update on this? > React team has released V17 2 days ago, and It would be very much appreciated if...
> To accommodate described behaviour, we need to be able to set different `packageJsonPath` from CLI or via `configuration`. > > This can be also a completely new API ,...
Hi @atypicalprogrammer TLDExtract uses TLDDatabase which uses [PublicSuffix List](https://github.com/publicsuffix/list/) as single source of truth. PSL has two sections: ICANN and private domains. So, when you set TLDExtract's parsing mode it...
@dgram Thanks, I opened #15 for this.
There is no issue with the package, `test.ru` and others are marked as reserved in the ICANN section of Public Suffix List: https://github.com/publicsuffix/list/blob/6f2b9e75eaf65bb75da83677655a59110088ebc5/public_suffix_list.dat#L5884 So, even `Extract::MODE_ALLOW_ICANN` will not help you...
@ivankristianto sorry for delay, makes the sence to me. Feel free to make PR and I will merge it.
> I think it's fine to do that for performance and the css variable nondeterministic reasons, but I think there needs to be feedback to train developers to do the...
> > Reported by partners (multiple versions of griffel in a bundle). The current idea is to have the DLT on `window`. > > If using `window` to avoid singleton...