-
-
Notifications
You must be signed in to change notification settings - Fork 2k
fix(types) preact/compat missing React.Key #4864
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
fix(types) preact/compat missing React.Key #4864
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same thing re:v10 vs v11 but thanks!
f2d9c6e
to
0b10364
Compare
That was far less painful. Thx for the help! |
compat/src/index.d.ts
Outdated
export import ReactElement = preact.VNode; | ||
export import Consumer = preact.Consumer; | ||
export import ErrorInfo = preact.ErrorInfo; | ||
export import FC = preact1.FunctionComponent; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glad to hear it, but I think something went a bit wrong in the merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, sorry about that x.x
0b10364
to
98c62d1
Compare
📊 Tachometer Benchmark ResultsSummaryA summary of the benchmark results will show here once they finish. ResultsThe full results of your benchmarks will show here once they finish. |
thanks for being patient, I dont really use git much outside the basic operations x.x |
Not a problem! Git's a weird monster and I too don't venture far from the handful of commands I know, I think that's the case for most people. Thanks again! |
preact/compat is missing the React.Key export