Skip to content

一个BUG #20

@xiongxiong

Description

@xiongxiong

SortableSudokuGrid.js

line 150:
newState.containerHeight = this.createHeight(nextProps)

如果前面两个条件都不满足的话,这里newState可能为undefined,我在首页使用该控件时出现了这个问题。是否应该改作:
if (newState) {
newState.containerHeight = this.createHeight(nextProps)
}
???

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions