不具合
| 不具合 ID 番号 | BUG-000134383 |
|---|---|
| 送信されました | October 6, 2020 |
| 最終更新日 | August 5, 2025 |
| 適用対象 | ArcGIS Experience Builder developer edition |
| 見つかったバージョン | 1.1 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 64 Bit |
| ステータス | In Product Plan |
Detect the null value of the token before the login, and then check if the token exists in the componentDidUpdate function.
Code snippet:
static mapExtraStateProps = (state: IMState, props: AllWidgetProps<IMConfig>): Props => {
if (!state.token) {
return{
userLog: state.token
};
};
componentDidUpdate(){
const {userLog} = this.props
if (userLog) {
do something
}
else{
do something else`
}
}
}
不具合 ID: BUG-000134383
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード