When the grid is being initiated, the passed into the grid as children will be filtered by "child.type === GridColumn" to check whether it is indeed a GridColumn. With React Hot Loader, each React element will be modified to be a ProxyFacade, and the Grid will not recognize its children anymore. Do you have any workaround for this problem, and do you plan to support React Hot Loader in the future?