Replies: 2 comments
-
Hi @Microos did you found a solution for that? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, you simply cannot use Map while using JSII. Use the key value object as
map instead.
…On Tue, Jun 20, 2023 at 5:03 AM Daniel von Essen ***@***.***> wrote:
Hi @Microos <https://github.com/Microos> did you found a solution for
that?
—
Reply to this email directly, view it on GitHub
<#3849 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADSHOVOABSEZ3K5JLVCNZXTXMGGRHANCNFSM6AAAAAASHFBVNA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why is Map not allowed in JSII? I got compile time error saying
JSII3001: Type "Map" cannot be used as the return type because it is private or @internal
for the following sample codeThe error further refer to the constructor of map:
Beta Was this translation helpful? Give feedback.
All reactions