The Node.js® Website
at main 133 B view raw
1const useNotification = () => { 2 throw new Error('Attempted to call useNotification from RSC'); 3}; 4 5export default useNotification;