-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
When one tries to amend the current config by passing an object for pointerTracking to set the maxIndexCount an exception is thrown because deepMergeObject can't handle union types.
Line 29 in d012d32
| } else if(typeof base !== 'object' || typeof addon !== 'object') { |
This happens because the default config has pointerTracking set to true, and now deepMergeObject can't merge a boolean with an object.
What version of R do you have installed?
No response
What version of flowR did you use?
v2.2.12 (Mar 17, 2025)
Related input code
Relevant log output
Meta Information
- The Issue is Urgent
- I Used the Dockerized Version of flowr
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working