You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it does not work after pulling the remix-project to the latest version master branch.
Even if I specify 'html' for type, the terminal displays it as text-log.
When I run remix-project with git checkout 736099d it works well. Could you look into this issue?
The text was updated successfully, but these errors were encountered:
In conclusion, I can output the html log to the terminal when using client.call('terminal', 'logHtml', {type: 'html', value: ...})
or client.call('terminal', 'logHtml', {type: ‘logHtml', value: ...}).
I think it would be better to update the docs. In docs, the example code await client.call(‘terminal’, { type: ‘info’, value: ‘I am a string’ }) throws an error!
I'm developing a remix plugin using @remixplugin v0.3.31, and I used the code below to output the html log to the remix terminal.
However, it does not work after pulling the remix-project to the latest version master branch.
Even if I specify 'html' for type, the terminal displays it as text-log.
When I run remix-project with
git checkout 736099d
it works well. Could you look into this issue?The text was updated successfully, but these errors were encountered: