Ario Setiawan

Results 7 issues of Ario Setiawan

When i logged in to figma, it throws me to new tab of chrome, but the apps still on login modal, not redirected me on apps itself

On documentation, especially [this section](https://www.npmjs.com/package/rc-select#select-props) listed passing data-* attribute, but how to implemented it? i'd try like this ```javascript ... state = { value:"" } ... // onchange event handleChange(e)...

Please add attribute for catch icon, within select option like this ![image](https://user-images.githubusercontent.com/30996656/103263502-a7b09d80-49da-11eb-9686-278fa59deb24.png)

Several import is not suitable with latest material ui, and i facing some issue `Error: You are calling withTheme(Component) with an undefined component. You may have forgotten to import it.`...

i got empty json when access get to :http://localhost:3000/orders { "count": 0, "orders": [] } order.js : ``` const mongoose = require('mongoose'); const orderSchema = mongoose.Schema({ _id: mongoose.Schema.Types.ObjectId, product: {type:mongoose.Schema.Types.ObjectId,...

i'd set options to: ` responsive: true, maintainAspectRatio: false ` a target rendered like this ![target](http://i63.tinypic.com/23wupi1.png) but its rendered like this ![rendered](http://i65.tinypic.com/333h5qc.png)

This happened in Safari And Chrome Browser in An iPhone, but in web browser developer tools when toggled into mobile view 390px width it's not shown ![image](https://github.com/user-attachments/assets/0e317d45-3253-4622-8b2e-c9fdfc74f60b)