This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Description Environment information
CLI:
Version: 12.1.3-nightly.f65b0d9
Color support: true
Platform:
CPU Architecture: aarch64
OS: macos
Environment:
ROME_LOG_DIR: unset
NO_COLOR: unset
TERM: "xterm-256color"
JS_RUNTIME_VERSION: "v18.16.1"
JS_RUNTIME_NAME: "node"
NODE_PACKAGE_MANAGER: "yarn/3.6.1"
Rome Configuration:
Status: Loaded successfully
Formatter disabled: false
Linter disabled: false
Organize imports disabled: true
VCS disabled: false
Workspace:
Open Documents: 0
Discovering running Rome servers...
Incompatible Rome Server: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ℹ Rage discovered this running server using an incompatible version of Rome.
Server:
Version: 12.1.3
What happened?
Overloading a default export throws a lint/suspicious/noRedeclare error.
Non-default exports work fine.
Playground
Expected result
It should not throw an error
Code of Conduct
Reactions are currently unavailable
Environment information
What happened?
Overloading a default export throws a
lint/suspicious/noRedeclareerror.Non-default exports work fine.
Playground
Expected result
It should not throw an error
Code of Conduct