-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
poc: try out live-select with shapes select #1035
base: master
Are you sure you want to change the base?
Conversation
mix.exs
Outdated
{:phoenix_live_react, "~> 0.4"}, | ||
{:phoenix_html, "~> 4.0"}, | ||
{:phoenix_html_helpers, "~> 1.0"}, | ||
{:phoenix_live_react, path: "/Users/mharty/git/phoenix_live_react"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mix.exs
Outdated
@@ -79,7 +81,7 @@ defmodule Arrow.MixProject do | |||
{:telemetry_metrics, "~> 1.0"}, | |||
{:postgrex, ">= 0.0.0"}, | |||
# If react_phoenix changes, check assets/src/ReactPhoenix.js, too | |||
{:react_phoenix, "1.3.1"}, | |||
{:react_phoenix, path: "/Users/mharty/git/react-phoenix"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{:lcov_ex, "~> 0.2", only: [:dev, :test], runtime: false}, | ||
{:mox, "~> 1.2", only: :test}, | ||
{:oban, "~> 2.18"}, | ||
{:phoenix_ecto, "~> 4.0"}, | ||
{:phoenix_live_reload, "~> 1.5", only: :dev}, | ||
{:phoenix_html, "~> 3.0"}, | ||
{:phoenix_live_react, "~> 0.4"}, | ||
{:phoenix_html, "~> 4.0"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
phoenix_live_react
and react-phoenix
don't have compatibility yet with this version of phoenix_html
. See comments with branches of my forks.
Summary of changes
Asana Ticket: No ticket
For illustration, includes some debugging lines etc
Reviewer Checklist