feat(core,error): add error args to err
This commit is contained in:
@@ -73,6 +73,6 @@ export { useConnection } from './composables/useConnection'
|
||||
export { useHandleConnections } from './composables/useHandleConnections'
|
||||
export { useNodesData } from './composables/useNodesData'
|
||||
|
||||
export { VueFlowError, ErrorCode } from './utils/errors'
|
||||
export { VueFlowError, ErrorCode, isErrorOfType } from './utils/errors'
|
||||
|
||||
export * from './types'
|
||||
|
||||
Reference in New Issue
Block a user