Manual rotations on editor not reflected on wallpaper

I have some manual rotations that reflect 24 time and they look fine on the editor, but the updates to the offset value are not pushed to the wallpaper unless I go back to the editor and save them again. For example, I last saved it this morning at 9AM-ish and it hasn't updated since.

Below is a set of shapes I set up to check that it wasn't specific to my original overlay group - two of the triangles have the formula, one with an 180 degree addition.

##KUSTOMCLIP##
{
"clip_version": 1,
"clip_cut": [],
"clip_modules": [
{
"internal_type": "OverlapLayerModule",
"position_anchor": "CENTER",
"viewgroup_items": [
{
"internal_type": "ShapeModule",
"shape_type": "SLICE",
"shape_width": 220.0,
"shape_height": 10.0,
"shape_angle": 360,
"paint_color": "#FF000000",
"fx_gradient_color": "#FF565656"
},
{
"internal_type": "KomponentModule",
"internal_toggles": {
"config_rotate_offset": 10
},
"internal_formulas": {
"config_rotate_offset": "$(360/(24*60*60))*(dp()-dp(h0m0s0))$"
},
"config_rotate_mode": "MANUAL",
"viewgroup_items": [
{
"internal_type": "ShapeModule",
"position_padding_bottom": 210.0,
"shape_type": "TRIANGLE",
"paint_color": "#FFFFE100"
}
]
},
{
"internal_type": "KomponentModule",
"internal_toggles": {
"config_rotate_offset": 10
},
"internal_formulas": {
"config_rotate_offset": "$180+(360/(24*60*60))*(dp()-dp(h0m0s0))$"
},
"config_rotate_mode": "MANUAL",
"viewgroup_items": [
{
"internal_type": "ShapeModule",
"position_padding_bottom": 210.0,
"shape_type": "TRIANGLE",
"paint_color": "#FFFFE100"
}
]
},
{
"internal_type": "KomponentModule",
"viewgroup_items": [
{
"internal_type": "StackLayerModule",
"viewgroup_items": [
{
"internal_type": "ShapeModule",
"position_padding_bottom": 210.0,
"shape_type": "TRIANGLE",
"paint_color": "#FFFFE100"
}
]
}
]
},
{
"internal_type": "KomponentModule",
"position_anchor": "BOTTOMLEFT",
"config_rotate_mode": "DEG180",
"viewgroup_items": [
{
"internal_type": "StackLayerModule",
"viewgroup_items": [
{
"internal_type": "ShapeModule",
"position_padding_bottom": 210.0,
"shape_type": "TRIANGLE",
"paint_color": "#FFFFE100"
}
]
}
]
}
]
}
]
}
##KUSTOMCLIP##

Are you in beta or stable?

In Beta, sorry.

Ok thanks, this is new, will check

A new beta is up now, can you test if this is still happening? Version is v3.22b635115beta (p.s. please track beta issues on the G+ community)