wwf
2025-11-18 77950e48c76f4a3b29d01831d43039caba29888a
app/components/base/features/context.tsx
@@ -14,7 +14,7 @@
  children: React.ReactNode
} & Partial<FeaturesState>
export const FeaturesProvider = ({ children, ...props }: FeaturesProviderProps) => {
  const storeRef = useRef<FeaturesStore | undefined>(undefined)
  const storeRef = useRef<FeaturesStore>()
  if (!storeRef.current)
    storeRef.current = createFeaturesStore(props)