Skip to content

Commit

Permalink
chore: alpha build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak committed Aug 30, 2024
1 parent ea7051f commit 2df515a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/Canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Canvas.$inject = [
*/
Canvas.prototype._init = function(config) {

console.warn('Using development version of diagram.js. If this is a production build, blame @jarekdanielak.');
console.warn('You are using alpha version of diagram-js. For breaking changes, see: https://github.com/bpmn-io/diagram-js/pull/662');

const eventBus = this._eventBus;
const focus = this._focus.bind(this);
Expand Down

0 comments on commit 2df515a

Please sign in to comment.