GithubHelp home page GithubHelp logo

Comments (6)

devinrhode2 avatar devinrhode2 commented on May 25, 2024

So, I'm going to have to try out a date-picker that uses react hooks - the kool-aid looks good -
I install Dayzed and then copy-pasted the usage example.. invoked on a blank page, have date-fns installed, but I'm getting this error:

./node_modules/dayzed/dist/dayzed.esm.js
Module not found: Can't resolve 'date-fns/add_days' in '/Users/dr2/my-project/node_modules/dayzed/dist'

I would circle back with my thoughts on a good react datepicker but that might not be a worthy opinion until about a month from now.

from dayzed.

arthurdenner avatar arthurdenner commented on May 25, 2024

@devinrhode2, make sure you have the v1 of date-fns installed. You probably have installed the v2, in which all the exports were modified.

from dayzed.

mkartchner994 avatar mkartchner994 commented on May 25, 2024

@devinrhode2 I just pushed up release candidate that has a useDayzed hook if you are interested in trying it out - npm install dayzed@next. Here is a CodeSandbox example - https://codesandbox.io/s/jolly-fog-xqk9b

After some other comments and thoughts about how to handle the date-fns dependency, I decided to just bundle it into Dayzed for the RC. It doesn't add that much size to the lib and then it just leaves one less thing for people to have to worry about. @arthurdenner Let me know what you think about that.

I'll probably look to push a new major release (v3) which includes the new useDayzed hook and these updates for date-fns in the next couple days if I don't hear any big concerns.

Thanks!

from dayzed.

arthurdenner avatar arthurdenner commented on May 25, 2024

@mkartchner994, I'm fine with that.
And I see that you've bundled it with date-fns@2 so that's even better!

from dayzed.

devinrhode2 avatar devinrhode2 commented on May 25, 2024

sounds like this problem is solved, and this issue can be closed.

I ended up not even using any off the shelf datepicker since our ui was only very loosely related to selecting a date anyway.

from dayzed.

mkartchner994 avatar mkartchner994 commented on May 25, 2024

v3 has been released. Let me know if you see any issues. Thanks!

from dayzed.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.