You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like some imports were accidentally deleted in #276.
Specifically, thisdeleteInvitiation function is no longer imported from ~/data.server. The app still builds with npm run build, but will error when running. (see gif below)
and the corresponding error in the terminal:
To reproduce:
open /multiple-forms locally
run npm i, npm run build, npm run start
open the local app in your browser
click "Delete" on any invitation on the list
see the error, feel sad 😢
I'll be opening a PR shortly to fix this.
The text was updated successfully, but these errors were encountered:
👋 hello friends!
Looks like some imports were accidentally deleted in #276.
Specifically, this
deleteInvitiation
function is no longer imported from~/data.server
. The app still builds withnpm run build
, but will error when running. (see gif below)and the corresponding error in the terminal:
To reproduce:
/multiple-forms
locallynpm i
,npm run build
,npm run start
I'll be opening a PR shortly to fix this.
The text was updated successfully, but these errors were encountered: