You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
example:
this.props.history.replace(/collection/result?condition=${测试});
result:
first:Search in location contains 测试
second:Location test transcoded into %e6%b5%8b%e8%af%95
Q:
When I use componentWillReceiveProps, will there be two different behaviors?
The text was updated successfully, but these errors were encountered:
example:
this.props.history.replace(
/collection/result?condition=${测试}
);result:
first:Search in location contains 测试
second:Location test transcoded into %e6%b5%8b%e8%af%95
Q:
When I use componentWillReceiveProps, will there be two different behaviors?
The text was updated successfully, but these errors were encountered: