Dennis
Dennis
I don't know how relevant this is, but I had ejected after upgrading to CRA 5, and I wanted to implement this `source-map-loader` change, and for the most part it...
> I will add a null check there, even tho by webpack code/types module shouldn't be undefined. https://github.com/webpack/webpack/blob/c181294865dca01b28e6e316636fef5f2aad4eb6/lib/WebpackError.js I was able to replicate the issue. What I did was introduce...
I noticed that when I build my project, I see: ``` The following changes are being made to your tsconfig.json file: - compilerOptions.jsx must be react-jsx (to support the new...
Actually, you can ignore / close this. Why I *thought* it wasn't working was because I just happened to have an element right below the header that had a z-index...
In my [example CodeSandbox](https://codesandbox.io/s/14mlwzjjvj), I changed the assertion to be: ``` expect(container.firstChild).toHaveStyle(`transition-duration: 0.4s`); ``` Except, the test will fail with: ``` - Expected - transition-duration: 0.4s; + transition-duration: 0s; ```...
@mcollina Let me first say that I'm far from an expert at Typescript, but I'm giving it a shot. My first few attempts at introducing generics didn't work at all,...
I'm not sure if this is the same problem, but I can't import [deepmerge](https://github.com/KyleAMathews/deepmerge) via ember-browserify. I'm using: * `[email protected]` * `[email protected]` * `[email protected]` When I have the following line...
I'm running into the same issue. I have a lot of data with a lot of fields that I want to show, so I thought I'd use Semantic's Grid system...
I just want to chime in and say I'm experiencing the same issue as well using Jest and starting with 9.12, though my error looks slightly different: ``` TypeError: io.observe...