WayneEllery

Results 5 comments of WayneEllery

My workaround is to install globally and use global version. This will use version v4 of `create-react-app` instead of v5 but it will install v5 of `react-scripts` so it will...

@androa I suspect I’m also having a similar problem to you. I tried adding an artificial delay (without cache clear) and it didn’t work. I didn’t consider using invisible loader...

We are having the same issue with styled-components 5.0.0 and jest-styled-components 7. To fix it we are currently using: ``` const plugins = [ ['babel-plugin-styled-components', { ssr: !isTest, displayName: !isTest...

I've also noticed this in our code. The code is this: ``` export const isDangerouslySetClassNamesType = (keys: string[], complexKeys?: string[]) => (props: { [key: string]: any }, propName: string, componentName:...

Thanks. Yes that comment was 22nd of June so an older version. This is now no longer an issue for me. Thanks for fixing it and letting me know