FrenkyDema

Results 2 comments of FrenkyDema

![image](https://user-images.githubusercontent.com/67586090/192816584-1bce78c9-9027-4002-8657-9732560e980f.png) This is the error it shows This is the **requirements.txt** ``` auto-py-to-exe==2.23.1 customtkinter==4.6.3 Pillow==9.2.0 tk==0.1.0 ```

## Same problem: ### Reproduction link **App.js** ```js "tableRow"} bordered columns={columns} dataSource={data} /> ``` **styles.css** ```css .table { border: 1px solid #ff0000; border-radius: 10px; margin: 10px; } ``` ![Screenshot 2024-05-16...