Cheewoon Kim

Results 6 comments of Cheewoon Kim

It's a code that I got from `google-map-react-example`. wanted to do it myself and understand how it works. style looks like ``` const style = this.props.hover ? greatPlaceStyleHover : greatPlaceStyle;...

I'm currently using atom and webpack and I do not have any css modules included in my webpack. The problem that I see is when I hover on the thing,...

I put `import 'html-hint/dist/himl-hint.min.css'` on top of my file and it gives me error saying ``` ./node_modules/html-hint/dist/html-hint.min.css Module parse failed: ..../node_modules/html-hint/dist/html-hint.min.css Unexpected token (1:11) You may need an appropriate loader...

I have downloaded `css-loader`, `less-loader`, and `style-loader` and put them into my webpack.config.js like ``` const ExtractTextPlugin = require('extract-text-webpack-plugin'); module.exports = { entry: [ './src/index.js' ], output: { path: __dirname,...

Your examples still have this typo. But still appreciate this cool repo :)

has anyone resolved with streamlit by any chance? it works fine on local but it errors out when i try to deploy ``` requests.exceptions.ReadTimeout: This app has encountered an error....