不具合
不具合 ID 番号 | BUG-000171477 |
---|---|
送信されました | October 14, 2024 |
最終更新日 | August 5, 2025 |
適用対象 | ArcGIS Experience Builder |
見つかったバージョン | 11.3 |
オペレーティング システム | Windows Server |
オペレーティング システムのバージョン | 2019 64 Bit |
ステータス | In Product Plan |
Decode the data_version parameter manually:
Example:
const decodedVersion = decodeURIComponent(t.data_version);
const versionParts = decodedVersion.split(":");
this.setState({
urlStartUpVersion: versionParts[1] // Use the correct part of the version
});
不具合 ID: BUG-000171477
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード