tloncorp / indigo-react

React components that implement Tlon's design language
MIT License
40 stars 6 forks source link

Fix build process & allow for setting of stroke prop on Icons #63

Closed liam-fitzgerald closed 3 years ago

liam-fitzgerald commented 3 years ago

Formik freaks out if you bundle it inside a library, because it gets well confused about Contexts, similar to styled-components. Makes the formik dependency external. Also, backports a change I'd made to the 1.1 branch allowing for Icons to have their stroke set.