When I require ob-racket with (require 'ob-racket) I get the following error message.
Eager macro-expansion failure: (wrong-number-of-arguments (2 . 2) 0)
I have tried to require this package both before I have org-mode loaded and after org-mode loaded. In both cases I got the same error.
I am using the latest commit 83457ec.
I do not have any other configuration done to the package except for pulling it through straight.el.
(use-package ob-racket
:straight (ob-racket :type git :host github :repo "xchrishawk/ob-racket"))