yysun/apprun

Problem with 'output' element and 2.23.9

jkleiser opened this issue · 3 comments

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

Thanks. It's working great again.