@@ -61,13 +61,13 @@ module.exports = {
61
61
transpilePackages: [
62
62
" @adobe/react-spectrum" ,
63
63
" @react-spectrum/actiongroup" ,
64
+ " @react-spectrum/avatar" ,
64
65
" @react-spectrum/badge" ,
65
66
" @react-spectrum/breadcrumbs" ,
66
67
" @react-spectrum/button" ,
67
68
" @react-spectrum/buttongroup" ,
68
69
" @react-spectrum/calendar" ,
69
70
" @react-spectrum/checkbox" ,
70
- " @react-spectrum/color" ,
71
71
" @react-spectrum/combobox" ,
72
72
" @react-spectrum/contextualhelp" ,
73
73
" @react-spectrum/datepicker" ,
@@ -108,7 +108,7 @@ module.exports = {
108
108
" @react-spectrum/well" ,
109
109
" @spectrum-icons/illustrations" ,
110
110
" @spectrum-icons/ui" ,
111
- " @spectrum-icons/workflow" ,
111
+ " @spectrum-icons/workflow"
112
112
]
113
113
};
114
114
```
@@ -128,8 +128,9 @@ With this installed, add the following to your `next.config.js` file.
128
128
const withTM = require (" next-transpile-modules" )([
129
129
" @adobe/react-spectrum" ,
130
130
" @react-spectrum/actiongroup" ,
131
- " @react-spectrum/breadcrumbs " ,
131
+ " @react-spectrum/avatar " ,
132
132
" @react-spectrum/badge" ,
133
+ " @react-spectrum/breadcrumbs" ,
133
134
" @react-spectrum/button" ,
134
135
" @react-spectrum/buttongroup" ,
135
136
" @react-spectrum/calendar" ,
@@ -139,6 +140,7 @@ const withTM = require("next-transpile-modules")([
139
140
" @react-spectrum/datepicker" ,
140
141
" @react-spectrum/dialog" ,
141
142
" @react-spectrum/divider" ,
143
+ " @react-spectrum/dnd" ,
142
144
" @react-spectrum/form" ,
143
145
" @react-spectrum/icon" ,
144
146
" @react-spectrum/illustratedmessage" ,
0 commit comments