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');
Even on runkit the issue is reproducible
The text was updated successfully, but these errors were encountered:
CutiePi
changed the title
Can you publish to update to the most recent version?
Weird issue we encounter
Feb 8, 2023
CutiePi
changed the title
Weird issue we encounter
Weird issue with constructor
Feb 8, 2023
ON
v1.0.0
TypeError: BunyanSlack is not a constructor
If we don't use
const BunyanSlack = require('bunyan-slack').default;
instead ofconst BunyanSlack = require('bunyan-slack');
Even on runkit the issue is reproducible
The text was updated successfully, but these errors were encountered: