amp-bind Error: Default value for [variable] does not match first expression result
amp-bind Error: Default value for [variable] does not match first expression result
我正在使用 amp-bind
绑定 class 属性:
<div [class]="menu.menuClass" class=hide">...</div>
具有以下 amp-state
元素:
<amp-state id="menu">
<script type="application/json">
{"menuClass":"hide"}
</script>
</amp-state>
但是,页面加载后,出现错误:
amp-bind: Default value for [class] does not match first expression result (hide). This can result in unexpected behavior after the next state change.​​​
(此错误嵌入在 div
本身)
如您所见,我的默认值与第一个表达式匹配。我做错了什么?
啊,这是一个错误! :) 我已提交 this issue,我们正在努力修复。
我们尽量关注 Whosebug,但下次随时可以在我们的 GitHub project or ask a question on our Slack channel 中提出问题。感谢你提出这个问题,吉尔。
我正在使用 amp-bind
绑定 class 属性:
<div [class]="menu.menuClass" class=hide">...</div>
具有以下 amp-state
元素:
<amp-state id="menu">
<script type="application/json">
{"menuClass":"hide"}
</script>
</amp-state>
但是,页面加载后,出现错误:
amp-bind: Default value for [class] does not match first expression result (hide). This can result in unexpected behavior after the next state change.​​​
(此错误嵌入在 div
本身)
如您所见,我的默认值与第一个表达式匹配。我做错了什么?
啊,这是一个错误! :) 我已提交 this issue,我们正在努力修复。
我们尽量关注 Whosebug,但下次随时可以在我们的 GitHub project or ask a question on our Slack channel 中提出问题。感谢你提出这个问题,吉尔。