We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36e650 commit 31073abCopy full SHA for 31073ab
src/components/calendars/index.js
@@ -234,12 +234,13 @@ module.exports = {
234
}
235
},
236
transforms: {
237
- description: 'This attribute is deprecated and it may be removed from the API in next major version.',
238
filter: {
239
valuecalendar: makeAttrs([
+ 'WARNING: All transforms are deprecated and may be removed from the API in next major version.',
240
'Sets the calendar system to use for `value`, if it is a date.'
241
].join(' ')),
242
targetcalendar: makeAttrs([
243
244
'Sets the calendar system to use for `target`, if it is an',
245
'array of dates. If `target` is a string (eg *x*) we use the',
246
'corresponding trace attribute (eg `xcalendar`) if it exists,',
0 commit comments