File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = function(api) {
15
15
plugins : [
16
16
'add-module-exports' ,
17
17
'dynamic-import-node' ,
18
- 'object-to-json-parse' ,
18
+ 'reshow- object-to-json-parse' ,
19
19
'transform-react-pure-class-to-function' ,
20
20
[ 'transform-react-remove-prop-types' , { mode : 'wrap' } ] ,
21
21
[
@@ -45,7 +45,7 @@ module.exports = function(api) {
45
45
'@babel/preset-react' ,
46
46
] ,
47
47
plugins : [
48
- 'object-to-json-parse' ,
48
+ 'reshow- object-to-json-parse' ,
49
49
'transform-react-pure-class-to-function' ,
50
50
[ 'transform-react-remove-prop-types' , { mode : 'wrap' } ] ,
51
51
[
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reshow" ,
3
- "version" : " 0.13.0-beta.16 " ,
3
+ "version" : " 0.13.0-beta.17 " ,
4
4
"description" : " Flux Reducer Present Library" ,
5
5
"main" : " ./build/cjs/src/index.js" ,
6
6
"module" : " ./build/es/src/index.js" ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class Reshow extends PureComponent {
53
53
if ( path ) {
54
54
setTimeout ( ( ) => dispatch ( { themePath : path } ) ) ;
55
55
} else {
56
- path = pageStore . getThemePath ( ) ;
56
+ path = pageStore . getThemePath ( ) || this . props . themePath ;
57
57
}
58
58
globalStore . path = path ;
59
59
return globalStore . path ;
You can’t perform that action at this time.
0 commit comments