Comparing version 0.0.5 to 0.1.0
@@ -448,2 +448,3 @@ import React, { Component, createContext } from 'react'; | ||
// avoids having to have a `getEditorState` prop | ||
// $FlowFixMe | ||
@@ -455,4 +456,3 @@ }); | ||
return _this2.state.editorState; | ||
}, | ||
value: this.state.editorState | ||
} | ||
}); | ||
@@ -467,3 +467,4 @@ var pluginProps = { | ||
}); | ||
} | ||
} // $FlowFixMe | ||
}; | ||
@@ -473,4 +474,3 @@ Object.defineProperty(pluginProps, 'editorState', { | ||
return _this2.state.editorState; | ||
}, | ||
value: this.state.editorState | ||
} | ||
}); | ||
@@ -477,0 +477,0 @@ return React.createElement(Context.Provider, { |
@@ -455,2 +455,3 @@ 'use strict'; | ||
// avoids having to have a `getEditorState` prop | ||
// $FlowFixMe | ||
@@ -462,4 +463,3 @@ }); | ||
return _this2.state.editorState; | ||
}, | ||
value: this.state.editorState | ||
} | ||
}); | ||
@@ -474,3 +474,4 @@ var pluginProps = { | ||
}); | ||
} | ||
} // $FlowFixMe | ||
}; | ||
@@ -480,4 +481,3 @@ Object.defineProperty(pluginProps, 'editorState', { | ||
return _this2.state.editorState; | ||
}, | ||
value: this.state.editorState | ||
} | ||
}); | ||
@@ -484,0 +484,0 @@ return React__default.createElement(Context.Provider, { |
{ | ||
"name": "@djsp/core", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"description": "djsp Core Components", | ||
@@ -14,5 +14,5 @@ "author": "juliankrispel", | ||
"test:watch": "react-scripts test --env=jsdom", | ||
"build": "rimraf dist && rollup -c && yarn build:flow", | ||
"build": "rimraf dist && ./node_modules/.bin/rollup -c && yarn build:flow", | ||
"build:flow": "./node_modules/.bin/flow-copy-source -v -i '**/__tests__/**' src dist", | ||
"start": "rollup -c -w", | ||
"start": "./node_modules/.bin/rollup -c -w", | ||
"flow": "./node_modules/.bin/flow", | ||
@@ -19,0 +19,0 @@ "prepare": "yarn run build && yarn build:flow", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53654
1029