Skip to content
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

Merged
merged 4 commits into from
Sep 2, 2020
Merged

Conversation

bk3c
Copy link
Contributor

@bk3c bk3c commented Sep 1, 2020

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

@bk3c bk3c requested a review from jaredcwhite September 1, 2020 19:29
@exygy-dev exygy-dev temporarily deployed to bloom-refere-markdown-j-5xdgjf September 1, 2020 19:29 Inactive
@jaredcwhite
Copy link
Collaborator

@bk3c You could probably also remove it in apps/public-reference/types/mdx.d.ts

@exygy-dev exygy-dev temporarily deployed to bloom-refere-markdown-j-5xdgjf September 1, 2020 20:26 Inactive
@bk3c
Copy link
Contributor Author

bk3c commented Sep 1, 2020

@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.

@exygy-dev exygy-dev temporarily deployed to bloom-refere-markdown-j-5xdgjf September 1, 2020 21:21 Inactive
@jaredcwhite
Copy link
Collaborator

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

@jaredcwhite jaredcwhite merged commit b6f4987 into master Sep 2, 2020
@bk3c bk3c deleted the markdown-jsx-types branch September 14, 2020 16:38
YazeedLoonat added a commit that referenced this pull request Nov 28, 2023
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Contribute updated disableParsingRawHTML type to @types/markdown-to-jsx
3 participants