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 c07f9d4 commit cc4e30cCopy full SHA for cc4e30c
packages/shadergradient-v2/src/ShaderGradientStateless/store/store.ts
@@ -15,6 +15,7 @@ export const updateGradientState = (querystate: object | string) => {
15
let state = querystate
16
if (isString) state = parseState(querystate)
17
18
+ // @ts-ignore
19
useQueryStore.setState(state, isString) // replace true if it's a string
20
}
21
0 commit comments