Skip to content

Commit

Permalink
fix: remove the Search-bar react component
Browse files Browse the repository at this point in the history
the utrecht react components package doesn't work with a Next.js 13 app/directory
when the compiled code includes the Downshift package.

here is the error message below

```shell
error ../node_modules/downshift/node_modules/@babel/runtime/helpers/inheritsLoose.js (3:48) @ prototype
- error Error [TypeError]: Cannot read properties of undefined (reading 'prototype')
```
  • Loading branch information
AliKdhim87 authored and Robbert committed Jun 22, 2023
1 parent edd357b commit d5dba29
Show file tree
Hide file tree
Showing 12 changed files with 1,021 additions and 971 deletions.
1 change: 0 additions & 1 deletion packages/component-library-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"dependencies": {
"clsx": "1.2.1",
"date-fns": "2.30.0",
"downshift": "7.2.0",
"lodash.chunk": "4.2.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit d5dba29

Please sign in to comment.