Vincent
Vincent
I think `main` is fine, if it's clear that it's scoped to tasks - so `/tasks/main/` (and `/tasks/work/`, `/tasks/household/`, etc). would definitely be A-OK!
@bourgeoa I think you're referring to this issue: https://github.com/solid/node-solid-server/issues/1596
This is the relevant component: https://github.com/mozilla/blurts-server/blob/main/src/app/(proper_react)/(redesign)/(public)/HeroImage.tsx The fix will likely be on one of the `` elements.
The file I mentioned above hasn't been modified since I posted that comment, so feel free to submit a pull request!
@kschelonka As you know, I agree :) That said, I think with that in mind too it can be helpful to merge this - when we get around to untangling...
I think I'd rather just not have different code paths executing depending on its call site (that reeks of the wrong abstraction), but figured until we get to that point,...
Thanks @kschelonka. I'm not sure how to view just the conflict resolutions in a merge commit, but the conflict was updating the `react` and `react-dom` versions in `package.json` (and thus...
This seems to be running into the same issue as https://github.com/mozilla/blurts-server/pull/6234, which is that it also seems to require changing TS's `moduleResolution` to `"bundler"`, which runs into the same upstream...
I am going to give up on this for now; the integration test does not seem to happy, but the setup doesn't look quite right either - e.g. it still...
Thanks @codemist. I'll probably start work on updating the rest to have something to work on, but I'll make sure not to merge it before your work, since conflicts are...