When I do const { value: color, setValue: setColor, error } = useRiveColor('color') value is undefined. Error property is null. And if i do instance.colorProperty('color') - I have a value
But when i do setColor - I receive this value on "error" property. Error: Cannot set value for property "color" because it was not found. Your view model instance may be undefined, or the path may be incorrect.