Paola Caicedo
Paola Caicedo
The cam turn off when you unmount component
I proved this code but the problem is: DynamicNamespaces don't refresh namespaces when change locale and I18NProvider only refresh when locale change so... the first render when you are requesting...
The json is split because there are so much content. So i have 25 namespaces for each case. But i need load json file only if user need this namespace...
I'm trying to do my own DynamicNamespace ```jsx import React, { useContext, useEffect, useState } from 'react'; import useSWR from 'swr'; import { swrFetcher } from '@/utils/api'; import { internalApiPaths...