ROOT.render(<StrictMode>{createPortal(<App />, PLAYER_GUI as PlayerGui)}</StrictMode>);
Argument of type 'Node' is not assignable to parameter of type 'ReactNode'. Type 'Instance' is not assignable to type 'ReactNode'.