We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab33f8 commit 362c094Copy full SHA for 362c094
spring/src/SpringRef.ts
@@ -78,8 +78,6 @@ export const SpringRef = <
78
const current: Controller<State>[] = []
79
80
const SpringRef: SpringRef<State> = function (props) {
81
- deprecateDirectCall()
82
-
83
const results: AsyncResult[] = []
84
85
each(current, (ctrl, i) => {
0 commit comments