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

Connect components to site #19

Merged
merged 3 commits into from
Jul 14, 2023
Merged

Connect components to site #19

merged 3 commits into from
Jul 14, 2023

Conversation

paescuj
Copy link
Member

@paescuj paescuj commented Jul 13, 2023

Components exported in src/index.ts will be available in the site:

<BaseDivider />

Not yet the perfect solution, but works.

I would prefer to import the built components from 'dist', but with this type checking of the props won't work. Maybe the solution will be to use two different imports depending on the environment (dev / prod)...

Closes MARK-1440

@paescuj paescuj marked this pull request as draft July 13, 2023 17:22
@bryantgillespie
Copy link
Contributor

Thanks for the help here @paescuj. I tried some similar things but there were definitely a few pieces I was missing.

@bryantgillespie bryantgillespie marked this pull request as ready for review July 14, 2023 01:22
@bryantgillespie bryantgillespie merged commit dd9e291 into main Jul 14, 2023
2 checks passed
@bryantgillespie bryantgillespie deleted the connect-site-components branch July 14, 2023 01:35
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.

2 participants