Giter Site home page Giter Site logo

Comments (2)

agonzalezro avatar agonzalezro commented on June 3, 2024

@srcrip assign expects the socket as the first argument. I am not sure if you would be able to get the socket in the custom errors, but for this specific example you are mentioning maybe it's enough with:

defmodule ExampleWeb.ErrorHTML do
  use ExampleWeb, :html

  def render("404.html" = template, assigns) do
    message = "hello"

    ~H"""
    <h1 class="text-2xl font-bold tracking-tight text-gray-900 sm:text-4xl">
      <%= @status %> <%= message %>
    </h1>
    """
  end
end

I know that you pasted just an example so maybe it doesn't fit what you need. But let me know.

from phoenix.

josevalim avatar josevalim commented on June 3, 2024

The error message is correct. This is not the render function of a LiveView nor of a component. We could relax it here and allow assign to work with any map, but there is no change tracking happening here whatsoever, so I am unsure if we should do it. It is up to @chrismccord to decide if he wants to allow assigns to be used anywhere, even outside of the regular rendering stack.

from phoenix.

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.