Chancellor Clark
Chancellor Clark
So I think there is a big gotcha here: **If you initialize a firebase app on the client, you need to initialize a new one on the server as well.**...
cc. @balazsorban44
If y'all update TypeScript support to 3.2+ you can use `tsc --showConfig` to automatically generate the entire config. https://www.typescriptlang.org/docs/handbook/release-notes/overview.html#the-new---showconfig-flag
Thanks @pernielsentikaer!
Hey @GOI17, could you explain a little further on why BigDesign form controls are controlled-only? From our perspective, we let you choose whether you want your inputs to be controlled...
You'll need to add the `name` property for Radio to at least register. You should also be able to use `defaultChecked` for radios, but I believe this issue https://github.com/bigcommerce/big-design/issues/1024 is...
I update my original CodeSandbox to show that those inputs are being registered and used correctly: https://codesandbox.io/s/gifted-tree-pmmbir?file=/src/UncontrolledForm.tsx But yeah, it's going to be visually broken, hence #1024. PR's are always...
Thanks @tomzweb for reporting this! On the surface, it looks like we just need to forward the ref to our `Text` component. >I upgraded from 0.30.2 which worked fine. This...
Hey @LordZardeck, the reason we don't export `styled-components` (sc) along with BigDesign is to decrease the bundle size. We require it as a [`peerDependency`](https://github.com/bigcommerce/big-design/blob/master/packages/big-design/package.json#L53) so that consumers will need to...
Hey @bobbyshaw! Thank you for your feedback! A little background on the matter... we did make the decision to restrict consumers of providing their own stylings and classes so we...