- The `ConfigProvider` was unnecessarily sanitizing the client config twice on initial render, leading to an unnecessary re-render. Now it only happens once - Memoizes the context value to prevent accidental, unnecessary re-renders of consumers
- The `ConfigProvider` was unnecessarily sanitizing the client config twice on initial render, leading to an unnecessary re-render. Now it only happens once - Memoizes the context value to prevent accidental, unnecessary re-renders of consumers