We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I needed to adjust the suggested deps.edn in the Reagent tutorial to get things working.
deps.edn
Bumping the targets for reagent and krell let me get up and running.
{:deps {io.vouch/krell {:git/url "https://github.com/vouch-opensource/krell.git" :sha "24e2456b4180b16191e21ec79739c31c2e627bde"} io.vouch/reagent-react-native {:git/url "https://github.com/vouch-opensource/reagent-react-native.git" :sha "0fe1c600c9b81180f76b94ef6004c2f85e7d4aa0"} reagent/reagent {:mvn/version "1.1.0" :exclusions [cljsjs/react cljsjs/react-dom]}}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I needed to adjust the suggested
deps.edn
in the Reagent tutorial to get things working.Bumping the targets for reagent and krell let me get up and running.
The text was updated successfully, but these errors were encountered: