Jean-Michel FRANCOIS

Results 26 comments of Jean-Michel FRANCOIS

on it . sorry I miss the previous github notification

Update: I have fix the UMD build and provide a env variable to run demo based on UMD output.

Most JS project must run on all plateform so we can't use watchman which only works on unix based system. Use watchman means the system notify webpack that a file...

https://github.com/networknt/react-schema-form is a react implementation of schemaform.io but it doesn't use this lib. so unexpected differences :/ would like to have / achieve something in common. I'm connected on gitter

jest ? in this case it is documented in the changelog: https://github.com/recharts/recharts/blob/master/CHANGELOG.md#2112-jun-27-2022 Nothing related to react testing library

Me ? there is a review process, usage and tests. I have tested all my changes in the repository env and in my cie repository. Please do not blame me...

it seems latest release is back on d3 6. So just update it will fix your issue @RajB07. It was due to how d3 7.x release as esm. nextjs, jest...

It comes from history major change. The previous history was managing that https://github.com/remix-run/history/releases/tag/v5.0.0 ``` Removed relative pathname support in hash history and memory history ``` I do not understand this...

This is really not usual to lock version at the package level and ask projects to use overide. All the deps use here are well known and follow semver so...