Benjamin Cherion

Results 5 issues of Benjamin Cherion

When yarn build: ```console WARNING in ./node_modules/express/lib/view.js 81:13-25 Critical dependency: the request of a dependency is an expression @ ./node_modules/express/lib/view.js @ ./node_modules/express/lib/application.js @ ./node_modules/express/lib/express.js @ ./node_modules/express/index.js @ ./express/server.js ```

fix the issue https://github.com/neverendingqs/netlify-express/issues/4

Migrating props to prop-types package should be a good idea to make the package compatible with react 16

Working with ^1.7.0 not working with ^2.0.0 I'm using Nextjs (and used this https://preline.co/docs/frameworks-nextjs.html) I have this error: `Uncaught TypeError: Cannot read properties of null (reading 'closest') at e.closeCurrentlyOpened (preline.js:2:50437)...

I'm trying to use this library with @testing-library/react and can't make it work properly. I changed package versions, looked on other github repositories and impossible to find a working example....