-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use proper @types for markdown-to-jsx #594
Conversation
@bk3c You could probably also remove it in |
@jaredcwhite good catch; done. See also mdx-js/mdx#811 -- it looks like they have types in mdx-js now, so we might be able to clean up some more of that. |
I'm not sure we'll be using MDX much longer…seems we're gradually shifting everything towards storing Markdown content elsewhere and parsing it on the fly with the m2jsx package. Anyway, LGTM |
* fix: fix flaky test by configuring the thottler (#3305) * chore(release): version - @bloom-housing/[email protected] - @bloom-housing/[email protected] - @bloom-housing/[email protected] - @bloom-housing/[email protected] * fix: use translated labels on the progress bar when at the choose language step (#3307) * fix: add main content id (#3299) * docs: update terminology (#3318) * chore: remove unused phone number and email fields from household members (#3320) * feat: move shared helper components * feat: resetting migrations (#3309) * feat: resetting migrations * fix: add custom translation as separate migration * fix: limit hmi table to min and max occupancy (#3321) --------- Co-authored-by: Liann Sun <[email protected]> Co-authored-by: github.context.workflow <[email protected]> Co-authored-by: Emily Jablonski <[email protected]> Co-authored-by: Liann Sun <[email protected]> Co-authored-by: Jared White <[email protected]> Co-authored-by: Yazeed Loonat <[email protected]>
They finally landed a PR to fix @types/markdown-to-jsx, so I went ahead and switched over to it before we forgot. Unrelated, other than it's another minor build cleanup in ui-components, but I also enabled
removeDeprecatedGapUtilities
for tailwind, which is officially a 2.0 deprecation, but we're not using it currently and the warning message at startup/build was annoying.fixes #347