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
The reason for the issue in the jotai project might be the lack of exporting the PrdStore type.
In my project, the reason could be the activation of composite: true. Since I am working on a monorepo project, it is necessary to enable composite.
Do we need to consider the compatibility when composite is set to true?
The reason for the issue in the
jotai
project might be the lack of exporting thePrdStore
type.In my project, the reason could be the activation of
composite: true
. Since I am working on a monorepo project, it is necessary to enable composite.Do we need to consider the compatibility when
composite
is set totrue
?related issues: #2522
The text was updated successfully, but these errors were encountered: