Giter Site home page Giter Site logo

Comments (11)

arusa avatar arusa commented on May 29, 2024 5

It seems there is a published beta/3.0.0 version that fixes our problem:
#89

from stimulus-flatpickr.

arusa avatar arusa commented on May 29, 2024 2

Two months later and I have the same problem, because "stimulus" was renamed to "@hotwired/stimulus"

See: https://github.com/hotwired/stimulus/releases/tag/v3.0.0-beta.1

Stimulus is moving package location on npm from stimulus to @hotwired/stimulus. The new package is an all-in-one, so no more individual packages for core, multi map, mutation-observers, etc.

from stimulus-flatpickr.

sergitejada avatar sergitejada commented on May 29, 2024 1

I'm usin rails 7.0 and this work form me :

  • Install last version

    bin/importmap pin stimulus-flatpickr@beta

  • Add css
    <link rel="stylesheet" href="https://ga.jspm.io/npm:[email protected]/dist/flatpickr.min.css">

I don't know if the style can be added automatically

from stimulus-flatpickr.

phylor avatar phylor commented on May 29, 2024 1

Following works when using yarn, as long as v3 is not yet published as a normal release.

yarn add stimulus-flatpickr@beta

from stimulus-flatpickr.

1CISP avatar 1CISP commented on May 29, 2024 1

Could not find a declaration file for module 'stimulus-flatpickr'. error shows in vs code under "import Flatpickr from 'stimulus-flatpickr' "

from stimulus-flatpickr.

williamherry avatar williamherry commented on May 29, 2024 1

@philsmy this works

Following works when using yarn, as long as v3 is not yet published as a normal release.

yarn add stimulus-flatpickr@beta

from stimulus-flatpickr.

williamherry avatar williamherry commented on May 29, 2024 1

@philsmy check the version in package.json

"stimulus-flatpickr": "^3.0.0-0",

from stimulus-flatpickr.

williamherry avatar williamherry commented on May 29, 2024

ran into same issue, is this project still under maintaining? flatpickr is really a great project.

from stimulus-flatpickr.

philsmy avatar philsmy commented on May 29, 2024

Can anyone get this to work under Rails 7?

from stimulus-flatpickr.

philsmy avatar philsmy commented on May 29, 2024

If I do that I get the same error as @1CISP above.

Could not find a declaration file for module 'stimulus-flatpickr'. '/Users/philsmy/development/zm/node_modules/stimulus-flatpickr/dist/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/stimulus-flatpickr` if it exists or add a new declaration (.d.ts) file containing `declare module 'stimulus-flatpickr';`ts(7016)

When doing:
import Flatpickr from 'stimulus-flatpickr'

from stimulus-flatpickr.

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.