Skip to content

Commit

Permalink
fix(core): nodeOps no op
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Mar 11, 2023
1 parent bd4be33 commit 9044c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tres/src/core/nodeOps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function hasEvents(obj: any) {
}

function noop(fn: string): any {
throw Error(`no-op: ${fn}`)
fn
}

export const nodeOps: RendererOptions<TresObject, TresObject> = {
Expand Down

0 comments on commit 9044c99

Please sign in to comment.