You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor client startup and component loading behavior
- Changed the `reactOnRailsPageLoaded` function to return a resolved promise after invoking the startup logic, improving consistency in handling asynchronous operations.
- Updated the `reactOnRailsStoreLoaded` function to suppress unused variable warnings, enhancing code clarity.
- Added an ESLint directive to the `unmountAllComponents` function to address the use of deprecated APIs, ensuring better compliance with TypeScript standards.
These changes streamline the client-side rendering process and improve code quality.
0 commit comments