Keonwoo Kim

Results 1 comments of Keonwoo Kim

I found another bug: `GridRow` and `GridColumn` behave weirdly inside `GridView`. ```typescript import { Window, View, hot, GridColumn, GridRow, GridView, Text, } from "@nodegui/react-nodegui"; import React from "react"; import {...