mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-28 22:46:38 +08:00
* chore(deps): update styled-jsx to ^3.3.1 update styled-jsx to ^3.3.1 to allow compatiblity with react@^17 * fix(modules): fix 695-issue to compatible with React 17 * docs: fix module error caused by styled-jsx update Co-authored-by: unix <unix.bio@gmail.com>
13 lines
175 B
JavaScript
13 lines
175 B
JavaScript
module.exports = {
|
|
resolve: () => ({
|
|
className: 'mock',
|
|
style: null,
|
|
}),
|
|
css: {
|
|
resolve: () => ({
|
|
className: 'mock',
|
|
style: null,
|
|
}),
|
|
},
|
|
}
|