api-issue-tracker
api-issue-tracker copied to clipboard
```DefinitionsList.load(path, allow_newer: true)``` documentation erroneously states that allow_newer defaults to true.
The documentation for DefinitionsList.load(path, allow_newer: true) claims that allow_newer: defaults to true. However, loading a 2024 component inside Sketchup 2023 with ...definitions.load(path) raises the following error:
Error: #<RuntimeError: Model is of a newer model version that can be opened, but some information might be lost. Use `allow_newer: true` option to load the file.>