Due to the fact that aphroditeInterfaceFactory returns an arrow function, this did not reference what we expected it to and the attempts to have create reference the createLTR method (same for resolve and resolveLTR) were terribly broken.
It's unclear as to why this didn't break tests here and only became an issue when I was attempting to import this library elsewhere.
Due to the fact that
aphroditeInterfaceFactory
returns an arrow function,this
did not reference what we expected it to and the attempts to have create reference the createLTR method (same for resolve and resolveLTR) were terribly broken.It's unclear as to why this didn't break tests here and only became an issue when I was attempting to import this library elsewhere.
to: @ljharb @lencioni