Problem with 'output' element and 2.23.9
jkleiser opened this issue · 3 comments
jkleiser commented
After upgrading two projects from 2.23.7 to 2.23.9, I see that the value of an 'output' element is no longer rendered. My 'output' element is typically coded like this:
<output value={state.count} />
I first noticed this in my github.com/jkleiser/apprun-classyui-spa, however, this repo is still at 2.23.7. I then recreated the problem in a basic AppRun SPA.
yysun commented
I found the cause. Will release a fix in 2.23.10.
yysun commented
I have release 2.23.10 and tested that can fix the the problem.
…On Sat, Apr 4, 2020 at 12:15 PM Jon Kleiser ***@***.***> wrote:
After upgrading two projects from 2.23.7 to 2.23.9, I see that the value
of an 'output' element is no longer rendered. My 'output' element is
typically coded like this:
<output value={state.count} />
I first noticed this in my github.com/jkleiser/apprun-classyui-spa,
however, this repo is still at 2.23.7. I then recreated the problem in a
basic AppRun SPA.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#93>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABJUMYBWHF6Y4DEVRFQQJ3RK5MI3ANCNFSM4L6S5GUA>
.
jkleiser commented
Thanks. It's working great again.