You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a DateTime gets implicitly converted to a DateTimeOffset, the import op_Implicit is missing in the js library:
SyntaxError: The requested module 'https://fable.io/repl/js/repl/fable-library-js/DateOffset.js' does not provide an export named 'op_Implicit' (at 0110e4f1-0010-49d1-b621-0c084f71ae75:62:10)
Description
When a DateTime gets implicitly converted to a DateTimeOffset, the import
op_Implicit
is missing in the js library:SyntaxError: The requested module 'https://fable.io/repl/js/repl/fable-library-js/DateOffset.js' does not provide an export named 'op_Implicit' (at 0110e4f1-0010-49d1-b621-0c084f71ae75:62:10)
Repro code
Related information
The text was updated successfully, but these errors were encountered: