changed package name
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "react_18_2angular",
|
||||
"name": "react18-react2angular",
|
||||
"version": "5.0.0",
|
||||
"description": "The easiest way to embed React components in Angular 1 apps! react 18 compatible",
|
||||
"main": "index.js",
|
||||
|
||||
@@ -170,7 +170,7 @@ const TestAngularSix = react2angular(TestSix, ['foo'], ['$http', '$element', 'te
|
||||
const TestAngularSeven = react2angular(TestSeven, null, ['foo'])
|
||||
const TestAngularEight = react2angular(TestEight, ['values', 'onComponentWillUnmount', 'onRender', 'onChange'])
|
||||
|
||||
//render + mount isn't sync, this is an alternative to act()
|
||||
// render + mount isn't sync, this is an alternative to act()
|
||||
const delay = () => new Promise(resolve => setTimeout(resolve, 10))
|
||||
|
||||
module('test', ['bcherny/ngimport'])
|
||||
|
||||
Reference in New Issue
Block a user