Module '"@nlux/react"' has no exported member 'Adapter'. #53
-
Adapter is not imported correctly when using a custom adapter: |
Beta Was this translation helpful? Give feedback.
Answered by
salmenus
Jun 3, 2024
Replies: 1 comment
-
Hello @Dcross6889 — This have been fixed in The adapter interface is now called We also updated the docs to mention that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
salmenus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @Dcross6889 — This have been fixed in
v2.x
The adapter interface is now called
ChatAdapter
— and it's exported in both React and Vanilla JS NPMs.We also updated the docs to mention that.