Sumit Sinha

Results 2 comments of Sumit Sinha

i am not sure if I get this issue correctly but if you want to add a new field in HTML, shouldn't you be using a new variable to bind...

This seems to work fine for me in `global.d.ts` ``` declare module 'isomorphic-style-loader/lib/withStyles' { export interface Styles { [key: string]: string; } const withStyles = (style: Styles) => ( component:...