Nadav Holtzman

Results 2 issues of Nadav Holtzman

I am using the Tree element as follows (the dimensions object fixed values are only for testing): ``` { return } } rootNodeClassName={classes.treeNode} branchNodeClassName={[classes.node__branch, classes.treeNode].join(' ')} leafNodeClassName={classes.treeNode} pathClassFunc={() => classes.customLink}...

This is because the function 'export function _isValidNameStr(parentStr, str)' is recieving an object as str instead of string, but why is it receiving an object? I used the given 'royals'...

bug