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
Describe the bug
After upgrading from 1.6.2 to 1.7.0 I started seeing this error when calling the EventBus.EventSource.notify/2 macro:
** (UndefinedFunctionError) function Base62.unique_id/0 is undefined (module Base62 is not available)
Base62.unique_id()
(sanbase 0.0.1) lib/sanbase/event_bus/event_bus.ex:84: Sanbase.EventBus.notify/1
iex:1: (file)
This is fixed by adding the following to my config.exs file:
Describe the bug
After upgrading from 1.6.2 to 1.7.0 I started seeing this error when calling the
EventBus.EventSource.notify/2
macro:This is fixed by adding the following to my config.exs file:
Alternatively, it should be fixed by properly referring to the module from the
EventBus.EventSource.build/2
macro.The issue seems to be introduced here:
89fbe49#diff-db1da10c33c19893e8843ec6476e5a3fb7525fdc8b7da6c81f3d5c1344408b55L18-R55
Expected behavior
The module to be properly aliased and not reported as undefined.
Enviroment:
The text was updated successfully, but these errors were encountered: