Commit Graph

14 Commits

Author SHA1 Message Date
izzylys 7b29861f55 fix(objectloader): check for nulls and continue
null type is an object, so nulls here were throwing:
`"TypeError: Cannot read property 'referencedId' of null"
`

checking and continuing when nulls are encountered instead
2022-01-12 12:02:31 -08:00
Dimitrie Stefanescu 77fa95b152 chore(objectloader): bumps version & removes console log 2021-11-23 23:26:14 +00:00
cristi8 9ea48e2a77 wip viewer 2021-11-11 20:39:11 +02:00
cristi8 580039d1a0 wip viewer - optimizations 2021-10-31 19:00:31 +02:00
cristi8 0c305f9deb wip viewer 2021-10-29 21:40:13 +03:00
cristi8 355301ae36 wip viewer 2021-10-29 11:05:38 +03:00
cristi8 4291652fe2 objectloader diff endpoints and cache 2021-10-12 13:23:33 +03:00
Alan Rynne 18eea01c29 feat(embed): Wrapped all localStorage access with try/catch statements 2021-08-26 16:27:53 +02:00
Dimitrie Stefanescu c6a80b7585 chore(objectloader): removed console.log from constructor 😬 2021-05-26 13:54:38 +01:00
Dimitrie Stefanescu 88f20d7e0d feat(objectloader): added example usage for new func in readme 2021-05-26 13:03:22 +01:00
Dimitrie Stefanescu 46e2cf7d53 feat(objectloader): restructuring examples folder 2021-05-26 12:26:37 +01:00
Dimitrie Stefanescu 464b4c0d25 feat(objectloader): finalises logic for getAndConstructObject function 2021-05-26 10:30:34 +01:00
Dimitrie Stefanescu 01706b2439 feat(objectloader): wIP: new methods to load & construct object 2021-05-25 23:07:34 +01:00
Dimitrie Stefanescu e0641639da feat(loader): separated object loader into separate package 2021-03-25 17:27:29 +00:00