Skip to content

Commit

Permalink
Add to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkitkkr committed Jan 26, 2023
1 parent 4e55bb7 commit 5fb4f35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Changes since last non-beta release.

*Please add entries here for your pull requests that are not yet released.*
- Added `./bin/dev` and `./bin/dev-static` executables to ease and standardize running the dev server. [PR 1491](https://github.com/shakacode/react_on_rails/pull/1491) by [ahangarha](https://github.com/ahangarha)
- Fixed pack not found warning while using `react_component` and `react_component_hash` helpers, even when corresponding chunks are present in `manifest` file [PR 1511](https://github.com/shakacode/react_on_rails/pull/1511) by [pulkitkkr](https://github.com/pulkitkkr)

### [13.2.0] - 2022-12-23
Expand Down
1 change: 0 additions & 1 deletion lib/react_on_rails/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def react_component(component_name, options = {})
end

def load_pack_for_component(component_name)

is_component_pack_present = File.exist?(generated_components_pack_path(component_name))
is_development = ENV["RAILS_ENV"] == "development"

Expand Down

0 comments on commit 5fb4f35

Please sign in to comment.