diff --git a/frontend/.vite/deps/_metadata.json b/frontend/.vite/deps/_metadata.json new file mode 100644 index 00000000..9fd5219b --- /dev/null +++ b/frontend/.vite/deps/_metadata.json @@ -0,0 +1,8 @@ +{ + "hash": "af787104", + "configHash": "61d63c0d", + "lockfileHash": "fc7082fc", + "browserHash": "ef8d4f33", + "optimized": {}, + "chunks": {} +} \ No newline at end of file diff --git a/frontend/.vite/deps/package.json b/frontend/.vite/deps/package.json new file mode 100644 index 00000000..3dbc1ca5 --- /dev/null +++ b/frontend/.vite/deps/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} diff --git a/lib/src/Components/Gaming/Modal.tsx b/lib/src/Components/Gaming/Modal.tsx index 7df9ff59..05d9a742 100644 --- a/lib/src/Components/Gaming/Modal.tsx +++ b/lib/src/Components/Gaming/Modal.tsx @@ -30,4 +30,4 @@ export function Modal({ ) -} \ No newline at end of file +} diff --git a/lib/src/Components/Input/TextAreaInput.spec.tsx b/lib/src/Components/Input/TextAreaInput.spec.tsx index 1aa3eb3a..0fe0a40f 100644 --- a/lib/src/Components/Input/TextAreaInput.spec.tsx +++ b/lib/src/Components/Input/TextAreaInput.spec.tsx @@ -31,4 +31,3 @@ describe('', () => { }) }) }) - diff --git a/lib/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx b/lib/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx index c9e909f2..9c831189 100644 --- a/lib/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx +++ b/lib/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx @@ -216,7 +216,7 @@ const sanitizeSchema = { ...defaultSchema.attributes, img: [ // alle bisherigen Attribute, plus 'style' - ...(defaultSchema.attributes?.img || []), + ...(defaultSchema.attributes?.img ?? []), 'style', ], }, diff --git a/node_modules/.vite/deps/_metadata.json b/node_modules/.vite/deps/_metadata.json new file mode 100644 index 00000000..9fd5219b --- /dev/null +++ b/node_modules/.vite/deps/_metadata.json @@ -0,0 +1,8 @@ +{ + "hash": "af787104", + "configHash": "61d63c0d", + "lockfileHash": "fc7082fc", + "browserHash": "ef8d4f33", + "optimized": {}, + "chunks": {} +} \ No newline at end of file diff --git a/node_modules/.vite/deps/package.json b/node_modules/.vite/deps/package.json new file mode 100644 index 00000000..3dbc1ca5 --- /dev/null +++ b/node_modules/.vite/deps/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +}