Giter Club home page Giter Club logo

ember-template-inspector's People

Contributors

astronomersiva avatar dependabot[bot] avatar ember-tomster avatar siva-sundar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ember-template-inspector's Issues

`BooleanLiteral` is not a valid helper on line 2.

I use this add-on in an ember v3.24.0 project, but it throws an error:

Template Compiler Error (TemplateCompiler) in bts-client/components/layout/global-filters/section/template.hbs

`BooleanLiteral` is not a valid helper on line 2.

Below is the regarding component template:

<PowerSelectMultiple
  @autofocus={{false}}
  @searchEnabled={{false}}
  @options={{this.options}}
  @selected={{this.selected}}
  @closeOnSelect={{false}}
  @onChange={{action "onchange"}}
  @noMatchesMessage={{t "filter.no_match_found"}}
  @optionsComponent="layout/global-filters/option"
  @placeholder={{t (concat "filter.term." @group.name)}} as |current|
>
  ...
</PowerSelectMultiple>

Does @autofocus={{false}} invalid?

Compilation error with ember-source@^3.25.0

ember-source version 3.25.0 includes an update from glimmer-vm that adds support for inline if and unless . Using this addon in combination with that feature results in the following error:

Template Compiler Error (TemplateCompiler) in sample-app/templates/application.hbs

{{#if}} cannot receive named parameters, received l:

|
|  {{#if this.something}}
|     <p>something</p>
|  {{/if}}
|

I believe the solution to this is to add if and unless to the blockHelpers array defined here. Do let me know your thoughts.

Breaks in apps with Fastboot

Addon breaks apps with Fastboot. As far as I can tell, it uses DOM document object, which doesn't exist in Fastboot, addon doesn't do any checks for it.

To reproduce the problem it should be enough to run the app after ember install ember-cli-fastboot

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.