Lucas Blancas
Lucas Blancas
@alec-francis I attempted your one-liner fix, but it does not work. Did you find a workaround?
I was having the same issue. The input for `schedule` was being used as the `repeatAt` which some people may want, but that's not what I wanted so I forked...
> Thanks @luchillo17. > > I ended up adding `export const revalidate = 60;` to my `layout.tsx` and it solved the issue. Hi @kierangillen ... i am dealing with similar...
@Kidoncio @nicosh this is the recursive function that I am using. Basically, rebuilding the DOM without node IDs. Works for me so far. ``` /* id = Node ID tree...