Damian Green
Damian Green
`npm ls react` returns ``` [email protected] D:\code\project `-- (empty) ``` for me ` console.log(window.React1 === window.React2)` returns true at this point i'm thinking it's SSR causing the issue Update. It...
yes please merge :)
I've been using it successfully for the past 14 months on a production app, and am about to start a new gig, and would be looking for something similar again...
Was there a solution to this?. I tried both with and without the ` useES: true,`. My chunk size remains identical before and after. My .babelrc: ``` module.exports = {...
A workaround is to add ng-model-options="{ allowInvalid: true } to the password input field
Also `upperFirst`, `truncate` would be useful
Is there a way we can tag an earlier stable release (inc dependencies) , as I am using this in a production environment?
Where does it mention hooks in their docs? I'd like to try using hooks myself with this.
We spent almost an entire day on this. Our build server wasn't working but it worked locally. Long story short, You have to make sure it's in your `dependencies` ,...
Was there a resolution to this? When I try to do this: ``` --dark-base: #1b1c20; --dark-10: color(var(--dark-base) lightness(10%)); ``` I get this output:  but the color doesnt take. If...