Description
The application initially loads correctly.
However, after interacting with the application (e.g., typing in the login form or clicking Sign Up), the application crashes and displays the "Something went wrong" error page.
Browser Console
Uncaught TypeError: Cannot read properties of null (reading 'style')
at renderProfile ((index):537:22)
at (index):588:3
Expected Behavior
The application should continue functioning normally after user interaction.
Actual Behavior
The application crashes and displays the error page.

Description
The application initially loads correctly.
However, after interacting with the application (e.g., typing in the login form or clicking Sign Up), the application crashes and displays the "Something went wrong" error page.
Browser Console
Uncaught TypeError: Cannot read properties of null (reading 'style')
at renderProfile ((index):537:22)
at (index):588:3
Expected Behavior
The application should continue functioning normally after user interaction.
Actual Behavior
The application crashes and displays the error page.