Just trying latest org-super-links (using native compilation)
org-mode version 9.6.21
emacs version 29.1
I tried the settings recommended for org-id in the docs:
(require 'org-id)
(setq org-id-link-to-org-use-id 'create-if-interactive-and-no-custom-id)
However, this sometimes produced multiple property drawers in an entry, with a new drawer to contain the org-id.
The following setting seems to work better (still testing)
(setq org-id-link-to-org-use-id t)