Andy Wilson

Results 99 comments of Andy Wilson

@evanw this would be a life saver for me.

@evanw i have a different use-case from above, i have this dynamic import ``` const getIcon = (name) => { return lazy(() => import(`./icons/${name}`)); }; ``` problem is that esbuild...

I'm guessing the latest version of babel-preset-react-native-stage-0 is doing something that its not supposed to.

ah so its the latest version of rn or did they upgrade their version of babel preset and broke it?

I think that the DefaultTheme object needs an optional generic adding to it, as i have a load of custom defaultStyles in my theme object and im sure other people...

> > ``` > > import styled, { css, ThemeProvider } from "styled-components/macro"; > > import Theme from "./theme"; > > > > const Container = styled.div` > > ${({...

Another issue i have on my mono repo is after updating to the alpha release is that my tests no longer run. they just sit there ``` RUNS src/atoms/button/__test__/index.test.tsx RUNS...

Error on build or dev of nextjs@12 ``` Build error occurred TypeError: external_styled_components_.div is not a function at Object.8689 (/Users/iv0706/code/TechStack/platforms/react-cms/.next/server/chunks/529.js:829:58) at __webpack_require__ (/Users/iv0706/code/TechStack/platforms/react-cms/.next/server/webpack-runtime.js:25:42) at Object.7712 (/Users/iv0706/code/TechStack/platforms/react-cms/.next/server/pages/[table].js:22:11) at __webpack_require__ (/Users/iv0706/code/TechStack/platforms/react-cms/.next/server/webpack-runtime.js:25:42) at...

@steve-taylor Have you found a way around this yet as currently it breaks not only my nextjs implementation but also my compiled component library?