feat: add playground hooks to make playground easier
This commit is contained in:
parent
f1b6e5336d
commit
d7ecef09a0
@ -20,6 +20,7 @@ export function usePgProps<T extends TEMPLATE>(
|
|||||||
pre[propKey] = {
|
pre[propKey] = {
|
||||||
...propMeta,
|
...propMeta,
|
||||||
onChange(value: string | boolean) {
|
onChange(value: string | boolean) {
|
||||||
|
console.log(`mutating ${componentName}/${propKey}`);
|
||||||
mutate((state) => {
|
mutate((state) => {
|
||||||
state[componentName][propKey].value = value;
|
state[componentName][propKey].value = value;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user