Diego Tonini

Results 52 comments of Diego Tonini

did you try to set var using SET on window?

I solved playing with different version of react and types :)

@doubleSkinMilk I'm able to write ``` const Container = styled.div({ flex: 1 }); const Item = styled.div({ flex: 1 }); // Usage: const APP = () => { return (...

You are on windows. This repo worked only on Linux

I am working on a docker image for next release if you want to wait

Maybe is better position="center-center" | "center-right" | "center-left" ?

I customize a like this: ```js import styles from './other.module.css'; // in component toast.success('Event has been created', { classNames: { success: styles.success, actionButton: styles.button, }, action: ok, }); ``` And...

@wes337 honestly I did not remember because with this wrong behavior I chosed different framework. Bit yes, probably I used CSS modules. If you can wait Maybe I setup a...

I has the issue in my localhost. This is not related with hosting, but thanks