Tigran
Tigran
@ljharb How can we create custom types? May be I missed it in docs. But right now I only see ``` The only allowed strings are: "builtin", "external", "internal", "parent",...
@ljharb As I said before in my idea ```private``` type imports is for company or project level packages/libs, to separate them logically from all ```external``` types
I think something wrong with your CI because locally all test completes successfully.
If your concern only, about naming, we can defenatly change it from private to whatever. I am not a native English speaker, so may be someone could suggest any proper...
yep it is because of server-side rendering, you have lines like `return navigator.isCookieEnable` which will fail Workaround may be using branch only on the client, use async chunk for example