Closed Vadorequest closed 3 years ago
:white_check_mark: Deployment SUCCESS Commit 73233399e369f25da7c9731abe7ab4c67a587b09 successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-n8tic8uj6.vercel.app Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-update-emot.vercel.app
:white_check_mark: Deployment SUCCESS Commit 914996e52505d192055b7733e96371e44f18a1e9 successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-r3mj5u31t.vercel.app Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-update-emot.vercel.app
:x: E2E tests FAILED for commit 914996e52505d192055b7733e96371e44f18a1e9 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-r3mj5u31t.vercel.app
Download artifacts (screenshots + videos) from checks
section
:white_check_mark: E2E tests SUCCESS for commit 914996e52505d192055b7733e96371e44f18a1e9 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-r3mj5u31t.vercel.app
:x: Deployment FAILED Commit a6a0aff0cfb542aaab98cdb721644cce10f61848 failed to deploy to []() click to see logs
:white_check_mark: Deployment SUCCESS Commit 210da532c6f12d90c653ea09f36dc011e791fcf5 successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-4fo1vx0jw.vercel.app Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-update-emot.vercel.app
:x: E2E tests FAILED for commit 210da532c6f12d90c653ea09f36dc011e791fcf5 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-4fo1vx0jw.vercel.app
Download artifacts (screenshots + videos) from checks
section
:white_check_mark: E2E tests SUCCESS for commit 210da532c6f12d90c653ea09f36dc011e791fcf5 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-4fo1vx0jw.vercel.app
:white_check_mark: Deployment SUCCESS Commit 797b66ab0ab041a8b24b63357c8e9f2a7484317d successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-3a8og8kyo.vercel.app Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-update-emot.vercel.app
:white_check_mark: E2E tests SUCCESS for commit 797b66ab0ab041a8b24b63357c8e9f2a7484317d previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-3a8og8kyo.vercel.app
:white_check_mark: Deployment SUCCESS Commit a103326ef50b6ebff9ffa0f60329b2a4123e0c38 successfully deployed to https://nrn-v2-mst-aptd-at-lcz-sty-c1-p970ki06e.vercel.app Deployment aliased as nrn-v2-mst-aptd-at-lcz-sty-c1-update-emot.vercel.app
:white_check_mark: E2E tests SUCCESS for commit a103326ef50b6ebff9ffa0f60329b2a4123e0c38 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-p970ki06e.vercel.app
See https://emotion.sh/docs/emotion-11
Changes
Breaking changes with
useTheme
due to Emotion TS changesconst customerTheme = useTheme<CustomerTheme>();
const customerTheme = useTheme();
,useTheme
doesn't support dynamic type anymore, as it's now handled for the whole app insrc/types/emotion-theme.ts
instead.Status
All blocking issues have been fixed, ready for merge. Works locally and on Vercel.
Issues
Both issues were related to webpack/babel configuration and were solved thanks to Andarist