We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae0717 commit 7b24223Copy full SHA for 7b24223
2 files changed
packages/front/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@thatopen/components-front",
3
"description": "Collection of frontend tools to author BIM apps.",
4
- "version": "2.3.0-alpha.6",
+ "version": "2.3.0-alpha.7",
5
"author": "That Open Company",
6
"contributors": [
7
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
packages/front/src/fragments/IfcStreamer/index.ts
@@ -65,7 +65,7 @@ export class IfcStreamer extends OBC.Component implements OBC.Disposable {
65
*/
66
useCache = true;
67
68
- fetch = async (fileName: string) => {
+ fetch = async (fileName: string): Promise<Response | File> => {
69
return fetch(this.url + fileName);
70
};
71
0 commit comments