We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
プロパティの値が型付きの数値配列(int[]、float[]など)が 部屋一覧や部屋履歴では正しく中身が表示されますが、部屋詳細ではnullになってしまっています。
null
画像ではdddがint[]、eeeがdouble[]。cccのobject[]は正しく表示されています。
The text was updated successfully, but these errors were encountered:
それぞれの型
backend (gopherjs) ではGoの型に対応するTypedArrayになっていますが、 msgpackへのエンコードでバイナリデータになってしまうようです。
Sorry, something went wrong.
あれ、マージ先mainじゃなかった
302e17f
superkerokero
No branches or pull requests
プロパティの値が型付きの数値配列(int[]、float[]など)が
部屋一覧や部屋履歴では正しく中身が表示されますが、部屋詳細では
null
になってしまっています。画像ではdddがint[]、eeeがdouble[]。cccのobject[]は正しく表示されています。


The text was updated successfully, but these errors were encountered: