Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: re-split code editor #9899

Closed
wants to merge 2 commits into from
Closed

chore: re-split code editor #9899

wants to merge 2 commits into from

Commits on Sep 6, 2024

  1. chore: re-split code editor

    This fixes an issue where the code editor was being included in the main
    app bundle. While you can indicate that a component is meant to be split
    with `React.lazy`, if any code elsewhere imports the code statically the
    code is unsplit. We wrap the code split component and ban other imports
    using eslint to prevent this from regressing.
    ashtonG committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    aa67296 View commit details
    Browse the repository at this point in the history
  2. fix for UserSettingModal

    ashtonG committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    72148da View commit details
    Browse the repository at this point in the history