const useCache = React.cache(() => ({
}));
This essentially ties the code to this particular cache which the user can't really override.
Note that Emotion is just an example I used (3/3)
const useCache = React.cache(() => ({
}));
This essentially ties the code to this particular cache which the user can't really override.
Note that Emotion is just an example I used (3/3)