penpot/frontend
Andrey Antukh df2d242746 🐛 Fix unexpected exception on viewer caused by nil objects
This issue is started to happening because of an unrelated change
on frame-shape react component where shapes are looked up directly
on objects having in supposition that objects will be exists but on
viewer there are two objects: fixed and not-fixed, and in some cases
objects map can be empty or don't contain the object.

For solve the issue, we just filter not existing objects before
progragate the children down to the inner react components, avoiding
the exception when an object appears as `nil`.
2023-09-21 09:48:51 +02:00
..
cypress
dev 📎 Update frontend bench tools 2023-07-11 17:27:35 +02:00
resources ♻️ Refactor thumbnails 2023-09-18 17:00:13 +02:00
scripts Adapt frontend build process to the scss modules 2023-09-21 09:26:46 +02:00
src 🐛 Fix unexpected exception on viewer caused by nil objects 2023-09-21 09:48:51 +02:00
test/frontend_tests Instance component to grid layout 2023-09-18 14:08:34 +02:00
translations 🎉 Warn about empty libraries on the share library dialog 2023-09-19 09:52:40 +02:00
vendor
.nvmrc
.prettierrc
cypress.json
deps.edn ⬆️ Update dependencies 2023-08-31 09:20:22 +02:00
gulpfile.js Adapt frontend build process to the scss modules 2023-09-21 09:26:46 +02:00
package.json Adapt frontend build process to the scss modules 2023-09-21 09:26:46 +02:00
shadow-cljs.edn ♻️ Change thumbnail-renderer to rasterizer 2023-09-18 17:00:13 +02:00
yarn.lock ⬆️ Update dependencies 2023-08-31 09:20:22 +02:00