Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System Message Library returns extra 2 empty messages. #120

Open
wendaliu opened this issue Aug 29, 2017 · 0 comments
Open

System Message Library returns extra 2 empty messages. #120

wendaliu opened this issue Aug 29, 2017 · 0 comments

Comments

@wendaliu
Copy link

So I'm just looking at the system message library. When you render the messages, there are 2 extra message items which are empty. So for example when you render the messages, you get:

<p></p>
<p>Some message here</p>
<p></p>

instead of just:

<p>Some message here</p>

So it seems there are 2 extra empty messages in the array which I can't seem to find how they got there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant