cphillips
Results
3
comments of
cphillips
Interestingly I ran into this using react-osh, and then switched to react-easy-view only to find the issue here is well. It makes sense now as both libraries are using @nx-js/observer-util
This feature is also useful for passing Luxon DateTime to web workers.
In case it helps anyone, for my project removing multi-line imports worked around the issue. ``` import { funcA, funcB } from './lib' ``` to ``` import { funcA, funcB...