Chat gpt getting stuck on the create keyword wiith the callback

Its getting stuck whenever i run my code in it , everything else is working completely fine.

import { create } from 'zustand';
export const useToastStates = create((set) => ({
}));
1 Like