Amos Machora
Amos Machora
Hey @Ebazhanov assign me to this issue
any update on this? In nextJS, it breaks making the site unusable.
@chibongho remember the bug on `currentVisitIsRetrospective` ? It is the reason why the tests are failing on this one. Technically I am disabling the submit button if the current visit...
> This one is not your fault, but if we set the encounter date in the order basket, that open a Drug order form, and then go back to the...
> Regarding the header, while "encounter" is technically a user-facing term, I think we can make it clearer by saying "Order time" or similar. (We might need to adjust retrospective-date-time-picker.component.tsx ...
Hey @chibongho I have made most of the UI improvements you requested earlier except the out of bounds error UI as that will require changing a lot of the design....
@makombe, the conflict has been fixed. Build fails for another reason I dont really fully understand.
> @amosmachora resolve conflicts > > @Debbielou @makombe is it possible to resume review of this seems like an Item we might need This PR has been open and approved...
Seemed a bit too simple, but it somehow works.
If you use `pnpm` you can use `pnpm patch` to comment out the error. something like ``` const getLocalStorageServerSnapshot = () => { // throw Error("useLocalStorage is a client-only hook");...