Skip to content

Commit e1eda84

Browse files
committed
feat(react): Register react framework
1 parent b434354 commit e1eda84

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/react/src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17+
import { registerFramework } from "@firebase-ui/core";
18+
import pkgJson from '../package.json';
19+
20+
registerFramework("react", pkgJson.version);
21+
1722
export * from "./auth";
1823
export * from "./hooks";
1924
export * from "./components";

0 commit comments

Comments
 (0)