-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
How to use withDevtools with a class based signal store that extends signalStore #142
Comments
@Jagan-P, do you also get the error without. |
@abhijit-chikane your example is not a class based signalStore. Mine is a class based signal store. |
@rainerhahnekamp no I don't see any errors once I remove the |
Yes please. Do that. |
I have this class based signalStore,
Upon adding
withDevtools
I see there are some type issues.'extends' clause of exported class 'HardwareDeviceDetailsStore' has or is using private name 'SIGNAL'.ts(4020)
The text was updated successfully, but these errors were encountered: