()
| 27 | * @docs-private |
| 28 | */ |
| 29 | export function getTreeMissingMatchingNodeDefError() { |
| 30 | return Error(`Could not find a matching node definition for the provided node data.`); |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * Returns an error to be thrown when there is no tree control. |
no outgoing calls
no test coverage detected
searching dependent graphs…