brettshep
02/22/2023, 3:30 PMrp
02/22/2023, 3:31 PMbrettshep
02/22/2023, 3:34 PMrp
02/22/2023, 3:35 PMbrettshep
02/22/2023, 3:41 PMrp
02/22/2023, 6:17 PMbrettshep
02/22/2023, 6:18 PMrp
02/22/2023, 6:19 PMbrettshep
02/22/2023, 7:11 PMOur SDK cannot depend on these functions cause we can't add dependency on h3 in our package.json (but we can in dev dependencies - which you already have). Is there a way in which these functions can be called directly on the H3Event object?
From what I've gathered it's not possible to call these functions directly from the event object. You'd basically have to copy the code directly from h3 if you can't have it as a dependency.rp
02/22/2023, 9:33 PM