Skip to content

Commit f8dffc6

Browse files
ibgreen-openaiibgreen
authored andcommitted
chore(layers): Change warning to debug message (#9621)
1 parent 7be8956 commit f8dffc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/layers/src/text-layer/text-layer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export default class TextLayer<DataT = any, ExtraPropsT extends {} = {}> extends
252252

253253
// Breaking change in v8.9
254254
if (this.props.maxWidth > 0) {
255-
log.warn('v8.9 breaking change: TextLayer maxWidth is now relative to text size')();
255+
log.once(1, 'v8.9 breaking change: TextLayer maxWidth is now relative to text size')();
256256
}
257257
}
258258

0 commit comments

Comments
 (0)