We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9566011 commit 9b2ec93Copy full SHA for 9b2ec93
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2021 Dirk Holtwick
+Copyright (c) 2021-2024 Dirk Holtwick
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
README.md
@@ -112,6 +112,8 @@ const React = {
112
113
But more common is the use of `h` as the factory function. Here is how you can set up this behavior for various environments:
114
115
+> In case of error messages on JSX in your Typescript project, try to add `npm install -D @types/react`.
116
+
117
### Babel.js
118
119
Add required plugins:
0 commit comments