Fork me on GitHub
#fulcro
<
2022-11-12
>
cjsauer15:11:19

Context is that I have a singleton that requires a react key, which I configure with {:keyfn :singleton/id}, but using a {} as the initial state causes react to throw a "needs a key" error still. I had expected a singleton's ident to be auto-included in the props map.