-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
bugSomething isn't workingSomething isn't workingneeds triageIssues that need to be triagedIssues that need to be triagedv5Issues related to the latest versionIssues related to the latest version
Description
Is there an existing issue for this?
- Yes, I have searched the existing issues and none of them match my problem.
Product Variant
Cloud (https://rxresu.me)
Describe the bug you're experiencing
Description
When attempting to use the Import feature to load an existing resume file, the application crashes with the following error:
(t.metadata.layout ?? []).map is not a function
This prevents the import process from completing.
Steps to Reproduce
- Open (Reactive Resume).
- Select Import an existing resume.
- Select Reactive resume v4 (JSON).
- Select a previously exported
.jsonresume file. - Click
Importbutton. - Observe the error.
Expected Behavior
The resume should import correctly without throwing an exception.
Actual Behavior
The import process fails and displays the error above. The UI does not recover afterward.
Additional Context
- The exported file was generated by Reactive Resume itself.
- The error suggests that
metadata.layoutis not an array, or is missing entirely in some exported files. - This may indicate a schema mismatch between versions or missing validation during import.
Environment
- Browser: Google Chrome 144.0.7559.109
What template are you using?
None
Anything else?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds triageIssues that need to be triagedIssues that need to be triagedv5Issues related to the latest versionIssues related to the latest version