Skip to content

Commit ca6746d

Browse files
committed
Beta version fix + debug
1 parent fbf8040 commit ca6746d

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGES

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 15.4.0-beta1
2+
3+
4+
---
5+
6+
- Testing prop change microweb
7+
18
## 15.3.0-beta4
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helsenorge/refero",
3-
"version": "15.3.0-beta4",
3+
"version": "15.4.0-beta1",
44
"engines": {
55
"node": "^18.0.0",
66
"npm": ">=9.0.0"

src/components/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ class Refero extends React.Component<StateProps & DispatchProps & ReferoProps, S
9696
}
9797

9898
componentDidUpdate(): void {
99+
// eslint-disable-next-line no-console
100+
console.log("Refero: Component did update called");
99101
IE11HackToWorkAroundBug187484();
100102
}
101103

0 commit comments

Comments
 (0)