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

fix(types): don't pollute globals with JSX #29

Merged
merged 5 commits into from
Oct 4, 2023

Conversation

Haroenv
Copy link
Contributor

@Haroenv Haroenv commented Oct 4, 2023

see #13 and #16

Essentially, in adding #16, we wanted to ensure everything built without JSX, but what we only want to do is ensure everything is usable without JSX (like Angular InstantSearch, which I confirmed works with the new output of files, but you can definitely double check)

fixes #28
future fix for algolia/instantsearch#5853 once upstreamed

I think in the future as well it could be interesting to put this repo inside InstantSearch monorepo

Copy link
Member

@dhayab dhayab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@Haroenv Haroenv merged commit d3e3ba3 into master Oct 4, 2023
8 checks passed
@Haroenv Haroenv deleted the fix/avoid-pollute-defaults branch October 4, 2023 11:15
@redox
Copy link

redox commented Jan 4, 2024

Thank you for this @Haroenv - we also stumbled upon it!!!

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.

Overriding global jsx prop is messing with typescript
3 participants