react compiler makes it so that when a component's query refetches because of invalidation...
the component itself does not rerender because it's memo'd. anyone know how to fix that
1 Reply
like-gold•8mo ago
shouldn't be the case because of useSyncExternalStore. Can you show a minimal reproduction?