Skip to content

Commit

Permalink
Beta version fix + debug
Browse files Browse the repository at this point in the history
  • Loading branch information
einett2039121 committed Nov 20, 2024
1 parent fbf8040 commit ca6746d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 15.4.0-beta1


---

- Testing prop change microweb

## 15.3.0-beta4


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helsenorge/refero",
"version": "15.3.0-beta4",
"version": "15.4.0-beta1",
"engines": {
"node": "^18.0.0",
"npm": ">=9.0.0"
Expand Down
2 changes: 2 additions & 0 deletions src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ class Refero extends React.Component<StateProps & DispatchProps & ReferoProps, S
}

componentDidUpdate(): void {
// eslint-disable-next-line no-console
console.log("Refero: Component did update called");
IE11HackToWorkAroundBug187484();
}

Expand Down

0 comments on commit ca6746d

Please sign in to comment.