Skip to content

Commit

Permalink
Add compatibility notes to README (#358)
Browse files Browse the repository at this point in the history
Update the README to add notes about compatibility with Webpack in response to [this](#357) issue.
  • Loading branch information
nmanu1 committed Apr 10, 2023
1 parent cb546c5 commit 0583f8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -78,4 +78,8 @@ To use the Component Library's Styling without adding Tailwind to your project,

```tsx
import '@yext/search-ui-react/bundle.css'
```
```

## Compatibility Notes

This library and its dependencies use optional chaining and other modern TS syntax that is not inherently supported by Webpack <5 (e.g. via `create-react-app@4`). Additional Babel plugins are needed for transpiling if using legacy versions.

0 comments on commit 0583f8e

Please sign in to comment.