jrs-react 1.2.50 → 1.2.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Readme.txt +3 -2
- package/build/index.es.js +0 -1
- package/build/index.js +0 -1
- package/package.json +1 -1
- package/src/components/JRSubmit.jsx +0 -1
package/Readme.txt
CHANGED
package/build/index.es.js
CHANGED
|
@@ -3797,7 +3797,6 @@ class JRSubmit extends React__default.Component {
|
|
|
3797
3797
|
paramsSerializer,
|
|
3798
3798
|
...params
|
|
3799
3799
|
}) {
|
|
3800
|
-
po('params', params);
|
|
3801
3800
|
const _extraValue = extraValue?.bind?.(this)() ?? extraValue;
|
|
3802
3801
|
// let payload=typeof value === 'function'
|
|
3803
3802
|
// ?value.bind(this)({
|
package/build/index.js
CHANGED
|
@@ -3824,7 +3824,6 @@ class JRSubmit extends React__default["default"].Component {
|
|
|
3824
3824
|
paramsSerializer,
|
|
3825
3825
|
...params
|
|
3826
3826
|
}) {
|
|
3827
|
-
po('params', params);
|
|
3828
3827
|
const _extraValue = extraValue?.bind?.(this)() ?? extraValue;
|
|
3829
3828
|
// let payload=typeof value === 'function'
|
|
3830
3829
|
// ?value.bind(this)({
|
package/package.json
CHANGED
|
@@ -159,7 +159,6 @@ export default class JRSubmit extends React.Component {
|
|
|
159
159
|
getAxiosParams({url,method,value,extraValue,sendValue,transformValue,paramsSerializer
|
|
160
160
|
,...params
|
|
161
161
|
}){
|
|
162
|
-
po('params',params)
|
|
163
162
|
const _extraValue=extraValue?.bind?.(this)() ?? extraValue
|
|
164
163
|
// let payload=typeof value === 'function'
|
|
165
164
|
// ?value.bind(this)({
|