Closed owen8505 closed 6 years ago
1.11.2
No console errors
After updating Griddle to 1.11.2, I get next console error:
My code bellow:
<ColumnDefinition id="riskLevelName" title="Risk Index" cssClassName="risk-level-name-col" headerCssClassName="risk-level-name-head" sortMethod={sortByRiskLevel} customComponent={props => ( <CustomCell {...props} highlight overlayDialog overlayContent={<RiskFactorsDefinition {...props} />} > <RiskLevelName {...props} /> </CustomCell> )} />
While this step is not necessary, a failing test(s) and/or a storybook story will help us resolve the issue much more easily. Please see the README for more information.
This is fixed by https://github.com/GriddleGriddle/Griddle/pull/797.
Griddle version
1.11.2
Expected Behavior
No console errors
Actual Behavior
After updating Griddle to 1.11.2, I get next console error:
Steps to reproduce
My code bellow:
Pull request with failing test or storybook story with issue
While this step is not necessary, a failing test(s) and/or a storybook story will help us resolve the issue much more easily. Please see the README for more information.