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
ON v1.0.0 TypeError: BunyanSlack is not a constructor
If we don't use const BunyanSlack = require('bunyan-slack').default; instead of const BunyanSlack = require('bunyan-slack');
ON
v1.0.0TypeError: BunyanSlack is not a constructorIf we don't use
const BunyanSlack = require('bunyan-slack').default;instead ofconst BunyanSlack = require('bunyan-slack');Even on runkit the issue is reproducible

